Html Css Color HEX #336E87 Astral

📋 copy color: '#336E87'

red 51 ◦ green 110 ◦ blue 135

#336E87
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Astral #336E87

Tints of Astral #336E87

RGB

 RED value IS 51 (20.31% from 255) = 17.23%

 GREEN value IS 110 (43.36% from 255) = 37.16%

 BLUE value IS 135 (53.13% from 255) = 45.61%

R = 17.23%
G = 37.16%
B = 45.61%

CMYK

 C value IS 0.62

 M value IS 0.19

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#336E87 (or 0x336E87) is known color: Astral. HEX triplet: 33, 6E and 87. RGB value is (51,110,135). Sum of RGB (Red+Green+Blue) = 51+110+135=296 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.23% from 296); Green value is 110 (43.36% from 255 or 37.16% from 296); Blue value is 135 (53.12% from 255 or 45.61% from 296); Max value from RGB is 135 - color contains mainly: blue. Hex color #336E87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336E87 is #CC9178. Grayscale: #5F5F5F. Windows color (decimal): -13406585 or 8875571. OLE color: 8875571.

HSL color Cylindrical-coordinate representation of color #336E87: hue angle of 197.86º 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 #336E87 is Cyan = 0.62, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 51 110 135 -
CMYK 0.62 0.19 0 0.47
HSL 197.86º 0.45% 0.36% -
HSV(B) 197.86º 0.62% 0.53% -
XYZ 11.31 13.6 24.95 -
YUV 95.21 150.45 96.47 -
System Red Green Blue C M Y K H S L
Decimal 51 110 135 0.62 0.19 0 0.47 197.86 0.45 0.36
Hex 33 6E 87 3E 13 0 2F C6 2D 24
Octal 63 156 207 76 23 0 57 306 55 44
Binary 110011 1101110 10000111 111110 10011 0 101111 11000110 101101 100100

Color Harmonies of #336E87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336E87

Black with #336E87

Text Example


Text Example

White with #336E87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #336E87;
 }
 .AnyTagClassName
 {
   color: #336E87;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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