#307887

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

Shades of Astral #307887

Tints of Astral #307887

Color information

#307887 (or 0x307887) is unknown color: approx Astral. HEX triplet: 30, 78 and 87. RGB value is (48,120,135). Sum of RGB (Red+Green+Blue) = 48+120+135=303 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.84% from 303); Green value is 120 (47.27% from 255 or 39.60% from 303); Blue value is 135 (53.12% from 255 or 44.55% from 303); Max value from RGB is 135 - color contains mainly: blue. Hex color #307887 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307887 is #CF8778. Grayscale: #646464. Windows color (decimal): -13600633 or 8878128. OLE color: 8878128.

HSL color Cylindrical-coordinate representation of color #307887: hue angle of 190.34º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #307887 is Cyan = 0.64, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB48120135-
CMYK0.640.1100.47
HSL190.34º47.54%35.88%-
HSV(B)190.34º64.44%52.94%-
XYZ12.3115.8125.32-
YUV100.18147.6590.78-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.84%
GREEN value IS 120 (47.27% from 255) = 39.60%
BLUE value IS 135 (53.12% from 255) = 44.55%
R=15.84%
G=39.60%
B=44.55%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal481201350.640.1100.47190.3447.5435.88
Hex30788740B02Fbe3024
Octal60170207100130572766044
Binary11000011110001000011110000001011010111110111110110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307887; }

 p { color: rgb(48,120,135); }

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

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

 a { background-color: rgb(48,120,135); }

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

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

 span { border-color: rgb(48,120,135); }

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