#306881

Color #306881 Astral (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Astral #306881

Tints of Astral #306881

Color information

#306881 (or 0x306881) is unknown color: approx Astral. HEX triplet: 30, 68 and 81. RGB value is (48,104,129). Sum of RGB (Red+Green+Blue) = 48+104+129=281 (37% of max value = 765). Red value is 48 (19.14% from 255 or 17.08% from 281); Green value is 104 (41.02% from 255 or 37.01% from 281); Blue value is 129 (50.78% from 255 or 45.91% from 281); Max value from RGB is 129 - color contains mainly: blue. Hex color #306881 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306881 is #CF977E. Grayscale: #595959. Windows color (decimal): -13604735 or 8480816. OLE color: 8480816.

HSL color Cylindrical-coordinate representation of color #306881: hue angle of 198.52º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #306881 is Cyan = 0.63, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB48104129-
CMYK0.630.1900.49
HSL198.52º45.76%34.71%-
HSV(B)198.52º62.79%50.59%-
XYZ10.1312.1122.57-
YUV90.11149.9597.97-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 48 (19.14% from 255) = 17.08%
GREEN value IS 104 (41.02% from 255) = 37.01%
BLUE value IS 129 (50.78% from 255) = 45.91%
R=17.08%
G=37.01%
B=45.91%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal481041290.630.1900.49198.5245.7634.71
Hex3068813F13031c72e23
Octal6015020177230613075643
Binary11000011010001000000111111110011011000111000111101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306881; }

 p { color: rgb(48,104,129); }

 H1.HeaderClassName
 {
   color: #306881;
 }
 .AnyTagClassName
 {
   color: #306881;
 }
</style>
background-color css

<style>
 a { background-color: #306881; }

 a { background-color: rgb(48,104,129); }

 div.DivClassName
 {
   background-color: #306881;
 }
 .BgClassName
 {
   background-color: #306881;
 }
</style>
border-color css

<style>
 span { border-color: #306881; }

 span { border-color: rgb(48,104,129); }

 td.TdClassName
 {
   border-color: #306881;
 }
 .TagClassName
 {
   border-color: #306881;
 }
</style>