Html Css Color HEX #337392 Astral

📋 copy color: '#337392'

red 51 ◦ green 115 ◦ blue 146

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

Shades of Astral #337392

Tints of Astral #337392

RGB

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

 GREEN value IS 115 (45.31% from 255) = 36.86%

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

R = 16.35%
G = 36.86%
B = 46.79%

CMYK

 C value IS 0.65

 M value IS 0.21

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#337392 (or 0x337392) is known color: Astral. HEX triplet: 33, 73 and 92. RGB value is (51,115,146). Sum of RGB (Red+Green+Blue) = 51+115+146=312 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.35% from 312); Green value is 115 (45.31% from 255 or 36.86% from 312); Blue value is 146 (57.42% from 255 or 46.79% from 312); Max value from RGB is 146 - color contains mainly: blue. Hex color #337392 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337392 is #CC8C6D. Grayscale: #636363. Windows color (decimal): -13405294 or 9597747. OLE color: 9597747.

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

Color convert

RGB 51 115 146 -
CMYK 0.65 0.21 0 0.43
HSL 199.58º 0.48% 0.39% -
HSV(B) 199.58º 0.65% 0.57% -
XYZ 12.68 15.04 29.43 -
YUV 99.4 154.3 93.48 -
System Red Green Blue C M Y K H S L
Decimal 51 115 146 0.65 0.21 0 0.43 199.58 0.48 0.39
Hex 33 73 92 41 15 0 2B C8 30 27
Octal 63 163 222 101 25 0 53 310 60 47
Binary 110011 1110011 10010010 1000001 10101 0 101011 11001000 110000 100111

Color Harmonies of #337392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337392

Black with #337392

Text Example


Text Example

White with #337392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #337392; }

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

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

background-color css

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

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

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

border-color css

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

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

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