Html Css Color HEX #337592 Astral

📋 copy color: '#337592'

red 51 ◦ green 117 ◦ blue 146

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

Shades of Astral #337592

Tints of Astral #337592

RGB

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

 GREEN value IS 117 (46.09% from 255) = 37.26%

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

R = 16.24%
G = 37.26%
B = 46.5%

CMYK

 C value IS 0.65

 M value IS 0.20

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#337592 (or 0x337592) is known color: Astral. HEX triplet: 33, 75 and 92. RGB value is (51,117,146). Sum of RGB (Red+Green+Blue) = 51+117+146=314 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.24% from 314); Green value is 117 (46.09% from 255 or 37.26% from 314); Blue value is 146 (57.42% from 255 or 46.50% from 314); Max value from RGB is 146 - color contains mainly: blue. Hex color #337592 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337592 is #CC8A6D. Grayscale: #646464. Windows color (decimal): -13404782 or 9598259. OLE color: 9598259.

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

Color convert

RGB 51 117 146 -
CMYK 0.65 0.20 0 0.43
HSL 198.32º 0.48% 0.39% -
HSV(B) 198.32º 0.65% 0.57% -
XYZ 12.91 15.5 29.51 -
YUV 100.57 153.63 92.64 -
System Red Green Blue C M Y K H S L
Decimal 51 117 146 0.65 0.20 0 0.43 198.32 0.48 0.39
Hex 33 75 92 41 14 0 2B C6 30 27
Octal 63 165 222 101 24 0 53 306 60 47
Binary 110011 1110101 10010010 1000001 10100 0 101011 11000110 110000 100111

Color Harmonies of #337592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337592

Black with #337592

Text Example


Text Example

White with #337592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #337592; }

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

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

background-color css

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

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

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

border-color css

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

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

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