Html Css Color HEX #337192 Astral

📋 copy color: '#337192'

red 51 ◦ green 113 ◦ blue 146

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

Shades of Astral #337192

Tints of Astral #337192

RGB

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

 GREEN value IS 113 (44.53% from 255) = 36.45%

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

R = 16.45%
G = 36.45%
B = 47.1%

CMYK

 C value IS 0.65

 M value IS 0.23

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#337192 (or 0x337192) is known color: Astral. HEX triplet: 33, 71 and 92. RGB value is (51,113,146). Sum of RGB (Red+Green+Blue) = 51+113+146=310 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.45% from 310); Green value is 113 (44.53% from 255 or 36.45% from 310); Blue value is 146 (57.42% from 255 or 47.10% from 310); Max value from RGB is 146 - color contains mainly: blue. Hex color #337192 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337192 is #CC8E6D. Grayscale: #626262. Windows color (decimal): -13405806 or 9597235. OLE color: 9597235.

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

Color convert

RGB 51 113 146 -
CMYK 0.65 0.23 0 0.43
HSL 200.84º 0.48% 0.39% -
HSV(B) 200.84º 0.65% 0.57% -
XYZ 12.46 14.59 29.35 -
YUV 98.22 154.96 94.32 -
System Red Green Blue C M Y K H S L
Decimal 51 113 146 0.65 0.23 0 0.43 200.84 0.48 0.39
Hex 33 71 92 41 17 0 2B C9 30 27
Octal 63 161 222 101 27 0 53 311 60 47
Binary 110011 1110001 10010010 1000001 10111 0 101011 11001001 110000 100111

Color Harmonies of #337192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337192

Black with #337192

Text Example


Text Example

White with #337192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #337192; }

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

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

background-color css

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

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

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

border-color css

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

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

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