#307789

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

Shades of Astral #307789

Tints of Astral #307789

Color information

#307789 (or 0x307789) is unknown color: approx Astral. HEX triplet: 30, 77 and 89. RGB value is (48,119,137). Sum of RGB (Red+Green+Blue) = 48+119+137=304 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.79% from 304); Green value is 119 (46.88% from 255 or 39.14% from 304); Blue value is 137 (53.91% from 255 or 45.07% from 304); Max value from RGB is 137 - color contains mainly: blue. Hex color #307789 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307789 is #CF8876. Grayscale: #636363. Windows color (decimal): -13600887 or 9008944. OLE color: 9008944.

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

Color convert

RGB48119137-
CMYK0.650.1300.46
HSL192.13º48.11%36.27%-
HSV(B)192.13º64.96%53.73%-
XYZ12.3315.6326.03-
YUV99.82148.9891.04-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.79%
GREEN value IS 119 (46.88% from 255) = 39.14%
BLUE value IS 137 (53.91% from 255) = 45.07%
R=15.79%
G=39.14%
B=45.07%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal481191370.650.1300.46192.1348.1136.27
Hex30778941D02Ec03024
Octal60167211101150563006044
Binary11000011101111000100110000011101010111011000000110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307789

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307789; }

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

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

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

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

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

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

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

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