Html Css Color HEX #337590 Astral

📋 copy color: '#337590'

red 51 ◦ green 117 ◦ blue 144

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

Shades of Astral #337590

Tints of Astral #337590

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 46.15%

R = 16.35%
G = 37.5%
B = 46.15%

CMYK

 C value IS 0.65

 M value IS 0.19

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#337590 (or 0x337590) is known color: Astral. HEX triplet: 33, 75 and 90. RGB value is (51,117,144). Sum of RGB (Red+Green+Blue) = 51+117+144=312 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.35% from 312); Green value is 117 (46.09% from 255 or 37.5% from 312); Blue value is 144 (56.64% from 255 or 46.15% from 312); Max value from RGB is 144 - color contains mainly: blue. Hex color #337590 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337590 is #CC8A6F. Grayscale: #646464. Windows color (decimal): -13404784 or 9467187. OLE color: 9467187.

HSL color Cylindrical-coordinate representation of color #337590: hue angle of 197.42º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #337590 is Cyan = 0.65, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 51 117 144 -
CMYK 0.65 0.19 0 0.44
HSL 197.42º 0.48% 0.38% -
HSV(B) 197.42º 0.65% 0.56% -
XYZ 12.76 15.44 28.69 -
YUV 100.34 152.63 92.8 -
System Red Green Blue C M Y K H S L
Decimal 51 117 144 0.65 0.19 0 0.44 197.42 0.48 0.38
Hex 33 75 90 41 13 0 2C C5 30 26
Octal 63 165 220 101 23 0 54 305 60 46
Binary 110011 1110101 10010000 1000001 10011 0 101100 11000101 110000 100110

Color Harmonies of #337590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337590

Black with #337590

Text Example


Text Example

White with #337590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #337590; }

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

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

background-color css

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

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

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

border-color css

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

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

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