Html Css Color HEX #336C91 Astral

📋 copy color: '#336C91'

red 51 ◦ green 108 ◦ blue 145

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

Shades of Astral #336C91

Tints of Astral #336C91

RGB

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

 GREEN value IS 108 (42.58% from 255) = 35.53%

 BLUE value IS 145 (57.03% from 255) = 47.7%

R = 16.78%
G = 35.53%
B = 47.7%

CMYK

 C value IS 0.65

 M value IS 0.26

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#336C91 (or 0x336C91) is known color: Astral. HEX triplet: 33, 6C and 91. RGB value is (51,108,145). Sum of RGB (Red+Green+Blue) = 51+108+145=304 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.78% from 304); Green value is 108 (42.58% from 255 or 35.53% from 304); Blue value is 145 (57.03% from 255 or 47.70% from 304); Max value from RGB is 145 - color contains mainly: blue. Hex color #336C91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336C91 is #CC936E. Grayscale: #5E5E5E. Windows color (decimal): -13407087 or 9530419. OLE color: 9530419.

HSL color Cylindrical-coordinate representation of color #336C91: hue angle of 203.62º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #336C91 is Cyan = 0.65, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 51 108 145 -
CMYK 0.65 0.26 0 0.43
HSL 203.62º 0.48% 0.38% -
HSV(B) 203.62º 0.65% 0.57% -
XYZ 11.84 13.47 28.76 -
YUV 95.18 156.12 96.49 -
System Red Green Blue C M Y K H S L
Decimal 51 108 145 0.65 0.26 0 0.43 203.62 0.48 0.38
Hex 33 6C 91 41 1A 0 2B CC 30 26
Octal 63 154 221 101 32 0 53 314 60 46
Binary 110011 1101100 10010001 1000001 11010 0 101011 11001100 110000 100110

Color Harmonies of #336C91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336C91

Black with #336C91

Text Example


Text Example

White with #336C91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,108,145); }

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

background-color css

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

 a { background-color: rgb(51,108,145); }

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

border-color css

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

 span { border-color: rgb(51,108,145); }

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