Html Css Color HEX #337591 Astral

📋 copy color: '#337591'

red 51 ◦ green 117 ◦ blue 145

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

Shades of Astral #337591

Tints of Astral #337591

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 46.33%

R = 16.29%
G = 37.38%
B = 46.33%

CMYK

 C value IS 0.65

 M value IS 0.19

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#337591 (or 0x337591) is known color: Astral. HEX triplet: 33, 75 and 91. RGB value is (51,117,145). Sum of RGB (Red+Green+Blue) = 51+117+145=313 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.29% from 313); Green value is 117 (46.09% from 255 or 37.38% from 313); Blue value is 145 (57.03% from 255 or 46.33% from 313); Max value from RGB is 145 - color contains mainly: blue. Hex color #337591 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337591 is #CC8A6E. Grayscale: #646464. Windows color (decimal): -13404783 or 9532723. OLE color: 9532723.

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

Color convert

RGB 51 117 145 -
CMYK 0.65 0.19 0 0.43
HSL 197.87º 0.48% 0.38% -
HSV(B) 197.87º 0.65% 0.57% -
XYZ 12.84 15.47 29.1 -
YUV 100.46 153.13 92.72 -
System Red Green Blue C M Y K H S L
Decimal 51 117 145 0.65 0.19 0 0.43 197.87 0.48 0.38
Hex 33 75 91 41 13 0 2B C6 30 26
Octal 63 165 221 101 23 0 53 306 60 46
Binary 110011 1110101 10010001 1000001 10011 0 101011 11000110 110000 100110

Color Harmonies of #337591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337591

Black with #337591

Text Example


Text Example

White with #337591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #337591; }

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

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

background-color css

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

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

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

border-color css

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

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

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