Html Css Color HEX #336D92 Astral

📋 copy color: '#336D92'

red 51 ◦ green 109 ◦ blue 146

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

Shades of Astral #336D92

Tints of Astral #336D92

RGB

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

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

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

R = 16.67%
G = 35.62%
B = 47.71%

CMYK

 C value IS 0.65

 M value IS 0.25

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#336D92 (or 0x336D92) is known color: Astral. HEX triplet: 33, 6D and 92. RGB value is (51,109,146). Sum of RGB (Red+Green+Blue) = 51+109+146=306 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.67% from 306); Green value is 109 (42.97% from 255 or 35.62% from 306); Blue value is 146 (57.42% from 255 or 47.71% from 306); Max value from RGB is 146 - color contains mainly: blue. Hex color #336D92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336D92 is #CC926D. Grayscale: #5F5F5F. Windows color (decimal): -13406830 or 9596211. OLE color: 9596211.

HSL color Cylindrical-coordinate representation of color #336D92: hue angle of 203.37º 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 #336D92 is Cyan = 0.65, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 51 109 146 -
CMYK 0.65 0.25 0 0.43
HSL 203.37º 0.48% 0.39% -
HSV(B) 203.37º 0.65% 0.57% -
XYZ 12.02 13.72 29.21 -
YUV 95.88 156.28 95.99 -
System Red Green Blue C M Y K H S L
Decimal 51 109 146 0.65 0.25 0 0.43 203.37 0.48 0.39
Hex 33 6D 92 41 19 0 2B CB 30 27
Octal 63 155 222 101 31 0 53 313 60 47
Binary 110011 1101101 10010010 1000001 11001 0 101011 11001011 110000 100111

Color Harmonies of #336D92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336D92

Black with #336D92

Text Example


Text Example

White with #336D92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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