Html Css Color HEX #336D87 Astral

📋 copy color: '#336D87'

red 51 ◦ green 109 ◦ blue 135

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

Shades of Astral #336D87

Tints of Astral #336D87

RGB

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

 GREEN value IS 109 (42.97% from 255) = 36.95%

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

R = 17.29%
G = 36.95%
B = 45.76%

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

#336D87 (or 0x336D87) is known color: Astral. HEX triplet: 33, 6D and 87. RGB value is (51,109,135). Sum of RGB (Red+Green+Blue) = 51+109+135=295 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.29% from 295); Green value is 109 (42.97% from 255 or 36.95% from 295); Blue value is 135 (53.12% from 255 or 45.76% from 295); Max value from RGB is 135 - color contains mainly: blue. Hex color #336D87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336D87 is #CC9278. Grayscale: #5E5E5E. Windows color (decimal): -13406841 or 8875315. OLE color: 8875315.

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

Color convert

RGB 51 109 135 -
CMYK 0.62 0.19 0 0.47
HSL 198.57º 0.45% 0.36% -
HSV(B) 198.57º 0.62% 0.53% -
XYZ 11.21 13.39 24.92 -
YUV 94.62 150.78 96.89 -
System Red Green Blue C M Y K H S L
Decimal 51 109 135 0.62 0.19 0 0.47 198.57 0.45 0.36
Hex 33 6D 87 3E 13 0 2F C7 2D 24
Octal 63 155 207 76 23 0 57 307 55 44
Binary 110011 1101101 10000111 111110 10011 0 101111 11000111 101101 100100

Color Harmonies of #336D87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336D87

Black with #336D87

Text Example


Text Example

White with #336D87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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