Html Css Color HEX #336C92 Astral

📋 copy color: '#336C92'

red 51 ◦ green 108 ◦ blue 146

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

Shades of Astral #336C92

Tints of Astral #336C92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 47.87%

R = 16.72%
G = 35.41%
B = 47.87%

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

#336C92 (or 0x336C92) is known color: Astral. HEX triplet: 33, 6C and 92. RGB value is (51,108,146). Sum of RGB (Red+Green+Blue) = 51+108+146=305 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.72% from 305); Green value is 108 (42.58% from 255 or 35.41% from 305); Blue value is 146 (57.42% from 255 or 47.87% from 305); Max value from RGB is 146 - color contains mainly: blue. Hex color #336C92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336C92 is #CC936D. Grayscale: #5F5F5F. Windows color (decimal): -13407086 or 9595955. OLE color: 9595955.

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

Color convert

RGB 51 108 146 -
CMYK 0.65 0.26 0 0.43
HSL 204º 0.48% 0.39% -
HSV(B) 204º 0.65% 0.57% -
XYZ 11.92 13.5 29.17 -
YUV 95.29 156.62 96.41 -
System Red Green Blue C M Y K H S L
Decimal 51 108 146 0.65 0.26 0 0.43 204 0.48 0.39
Hex 33 6C 92 41 1A 0 2B CC 30 27
Octal 63 154 222 101 32 0 53 314 60 47
Binary 110011 1101100 10010010 1000001 11010 0 101011 11001100 110000 100111

Color Harmonies of #336C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336C92

Black with #336C92

Text Example


Text Example

White with #336C92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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