Html Css Color HEX #336D89 Astral

📋 copy color: '#336D89'

red 51 ◦ green 109 ◦ blue 137

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

Shades of Astral #336D89

Tints of Astral #336D89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 46.13%

R = 17.17%
G = 36.7%
B = 46.13%

CMYK

 C value IS 0.63

 M value IS 0.20

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#336D89 (or 0x336D89) is known color: Astral. HEX triplet: 33, 6D and 89. RGB value is (51,109,137). Sum of RGB (Red+Green+Blue) = 51+109+137=297 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.17% from 297); Green value is 109 (42.97% from 255 or 36.70% from 297); Blue value is 137 (53.91% from 255 or 46.13% from 297); Max value from RGB is 137 - color contains mainly: blue. Hex color #336D89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336D89 is #CC9276. Grayscale: #5E5E5E. Windows color (decimal): -13406839 or 9006387. OLE color: 9006387.

HSL color Cylindrical-coordinate representation of color #336D89: hue angle of 199.53º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #336D89 is Cyan = 0.63, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 51 109 137 -
CMYK 0.63 0.20 0 0.46
HSL 199.53º 0.46% 0.37% -
HSV(B) 199.53º 0.63% 0.54% -
XYZ 11.35 13.45 25.66 -
YUV 94.85 151.78 96.72 -
System Red Green Blue C M Y K H S L
Decimal 51 109 137 0.63 0.20 0 0.46 199.53 0.46 0.37
Hex 33 6D 89 3F 14 0 2E C8 2E 25
Octal 63 155 211 77 24 0 56 310 56 45
Binary 110011 1101101 10001001 111111 10100 0 101110 11001000 101110 100101

Color Harmonies of #336D89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336D89

Black with #336D89

Text Example


Text Example

White with #336D89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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