#336F87

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

Shades of Astral #336F87

Tints of Astral #336F87

Color information

#336F87 (or 0x336F87) is unknown color: approx Astral. HEX triplet: 33, 6F and 87. RGB value is (51,111,135). Sum of RGB (Red+Green+Blue) = 51+111+135=297 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.17% from 297); Green value is 111 (43.75% from 255 or 37.37% from 297); Blue value is 135 (53.12% from 255 or 45.45% from 297); Max value from RGB is 135 - color contains mainly: blue. Hex color #336F87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336F87 is #CC9078. Grayscale: #5F5F5F. Windows color (decimal): -13406329 or 8875827. OLE color: 8875827.

HSL color Cylindrical-coordinate representation of color #336F87: hue angle of 197.14º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #336F87 is Cyan = 0.62, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB51111135-
CMYK0.620.1800.47
HSL197.14º45.16%36.47%-
HSV(B)197.14º62.22%52.94%-
XYZ11.4213.8224.99-
YUV95.8150.1296.05-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.17%
GREEN value IS 111 (43.75% from 255) = 37.37%
BLUE value IS 135 (53.12% from 255) = 45.45%
R=17.17%
G=37.37%
B=45.45%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal511111350.620.1800.47197.1445.1636.47
Hex336F873E1202Fc52d24
Octal6315720776220573055544
Binary11001111011111000011111111010010010111111000101101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336F87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #336F87; }

 p { color: rgb(51,111,135); }

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

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

 a { background-color: rgb(51,111,135); }

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

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

 span { border-color: rgb(51,111,135); }

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