#306A89

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

Shades of Astral #306A89

Tints of Astral #306A89

Color information

#306A89 (or 0x306A89) is unknown color: approx Astral. HEX triplet: 30, 6A and 89. RGB value is (48,106,137). Sum of RGB (Red+Green+Blue) = 48+106+137=291 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.49% from 291); Green value is 106 (41.80% from 255 or 36.43% from 291); Blue value is 137 (53.91% from 255 or 47.08% from 291); Max value from RGB is 137 - color contains mainly: blue. Hex color #306A89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306A89 is #CF9576. Grayscale: #5C5C5C. Windows color (decimal): -13604215 or 9005616. OLE color: 9005616.

HSL color Cylindrical-coordinate representation of color #306A89: hue angle of 200.9º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #306A89 is Cyan = 0.65, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB48106137-
CMYK0.650.2300.46
HSL200.9º48.11%36.27%-
HSV(B)200.9º64.96%53.73%-
XYZ10.8912.7425.55-
YUV92.19153.2896.48-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.49%
GREEN value IS 106 (41.80% from 255) = 36.43%
BLUE value IS 137 (53.91% from 255) = 47.08%
R=16.49%
G=36.43%
B=47.08%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal481061370.650.2300.46200.948.1136.27
Hex306A89411702Ec93024
Octal60152211101270563116044
Binary110000110101010001001100000110111010111011001001110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306A89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306A89; }

 p { color: rgb(48,106,137); }

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

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

 a { background-color: rgb(48,106,137); }

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

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

 span { border-color: rgb(48,106,137); }

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