Html Css Color HEX #337792 Astral

📋 copy color: '#337792'

red 51 ◦ green 119 ◦ blue 146

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

Shades of Astral #337792

Tints of Astral #337792

RGB

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

 GREEN value IS 119 (46.88% from 255) = 37.66%

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

R = 16.14%
G = 37.66%
B = 46.2%

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

#337792 (or 0x337792) is known color: Astral. HEX triplet: 33, 77 and 92. RGB value is (51,119,146). Sum of RGB (Red+Green+Blue) = 51+119+146=316 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.14% from 316); Green value is 119 (46.88% from 255 or 37.66% from 316); Blue value is 146 (57.42% from 255 or 46.20% from 316); Max value from RGB is 146 - color contains mainly: blue. Hex color #337792 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337792 is #CC886D. Grayscale: #656565. Windows color (decimal): -13404270 or 9598771. OLE color: 9598771.

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

Color convert

RGB 51 119 146 -
CMYK 0.65 0.18 0 0.43
HSL 197.05º 0.48% 0.39% -
HSV(B) 197.05º 0.65% 0.57% -
XYZ 13.15 15.97 29.58 -
YUV 101.75 152.97 91.8 -
System Red Green Blue C M Y K H S L
Decimal 51 119 146 0.65 0.18 0 0.43 197.05 0.48 0.39
Hex 33 77 92 41 12 0 2B C5 30 27
Octal 63 167 222 101 22 0 53 305 60 47
Binary 110011 1110111 10010010 1000001 10010 0 101011 11000101 110000 100111

Color Harmonies of #337792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337792

Black with #337792

Text Example


Text Example

White with #337792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #337792; }

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

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

background-color css

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

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

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

border-color css

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

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

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