#307A89

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

Shades of Astral #307A89

Tints of Astral #307A89

Color information

#307A89 (or 0x307A89) is unknown color: approx Astral. HEX triplet: 30, 7A and 89. RGB value is (48,122,137). Sum of RGB (Red+Green+Blue) = 48+122+137=307 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.64% from 307); Green value is 122 (48.05% from 255 or 39.74% from 307); Blue value is 137 (53.91% from 255 or 44.63% from 307); Max value from RGB is 137 - color contains mainly: blue. Hex color #307A89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307A89 is #CF8576. Grayscale: #656565. Windows color (decimal): -13600119 or 9009712. OLE color: 9009712.

HSL color Cylindrical-coordinate representation of color #307A89: hue angle of 190.11º 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 #307A89 is Cyan = 0.65, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB48122137-
CMYK0.650.1100.46
HSL190.11º48.11%36.27%-
HSV(B)190.11º64.96%53.73%-
XYZ12.6916.3526.15-
YUV101.58147.9889.78-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.64%
GREEN value IS 122 (48.05% from 255) = 39.74%
BLUE value IS 137 (53.91% from 255) = 44.63%
R=15.64%
G=39.74%
B=44.63%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal481221370.650.1100.46190.1148.1136.27
Hex307A8941B02Ebe3024
Octal60172211101130562766044
Binary11000011110101000100110000011011010111010111110110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307A89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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