Html Css Color HEX #337892 Astral

📋 copy color: '#337892'

red 51 ◦ green 120 ◦ blue 146

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

Shades of Astral #337892

Tints of Astral #337892

RGB

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

 GREEN value IS 120 (47.27% from 255) = 37.85%

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

R = 16.09%
G = 37.85%
B = 46.06%

CMYK

 C value IS 0.65

 M value IS 0.18

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#337892 (or 0x337892) is known color: Astral. HEX triplet: 33, 78 and 92. RGB value is (51,120,146). Sum of RGB (Red+Green+Blue) = 51+120+146=317 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.09% from 317); Green value is 120 (47.27% from 255 or 37.85% from 317); Blue value is 146 (57.42% from 255 or 46.06% from 317); Max value from RGB is 146 - color contains mainly: blue. Hex color #337892 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337892 is #CC876D. Grayscale: #666666. Windows color (decimal): -13404014 or 9599027. OLE color: 9599027.

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

Color convert

RGB 51 120 146 -
CMYK 0.65 0.18 0 0.43
HSL 196.42º 0.48% 0.39% -
HSV(B) 196.42º 0.65% 0.57% -
XYZ 13.27 16.21 29.62 -
YUV 102.33 152.64 91.39 -
System Red Green Blue C M Y K H S L
Decimal 51 120 146 0.65 0.18 0 0.43 196.42 0.48 0.39
Hex 33 78 92 41 12 0 2B C4 30 27
Octal 63 170 222 101 22 0 53 304 60 47
Binary 110011 1111000 10010010 1000001 10010 0 101011 11000100 110000 100111

Color Harmonies of #337892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337892

Black with #337892

Text Example


Text Example

White with #337892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #337892; }

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

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

background-color css

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

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

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

border-color css

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

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

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