Html Css Color HEX #337691 Astral

📋 copy color: '#337691'

red 51 ◦ green 118 ◦ blue 145

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

Shades of Astral #337691

Tints of Astral #337691

RGB

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

 GREEN value IS 118 (46.48% from 255) = 37.58%

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

R = 16.24%
G = 37.58%
B = 46.18%

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

#337691 (or 0x337691) is known color: Astral. HEX triplet: 33, 76 and 91. RGB value is (51,118,145). Sum of RGB (Red+Green+Blue) = 51+118+145=314 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.24% from 314); Green value is 118 (46.48% from 255 or 37.58% from 314); Blue value is 145 (57.03% from 255 or 46.18% from 314); Max value from RGB is 145 - color contains mainly: blue. Hex color #337691 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337691 is #CC896E. Grayscale: #646464. Windows color (decimal): -13404527 or 9532979. OLE color: 9532979.

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

Color convert

RGB 51 118 145 -
CMYK 0.65 0.19 0 0.43
HSL 197.23º 0.48% 0.38% -
HSV(B) 197.23º 0.65% 0.57% -
XYZ 12.95 15.71 29.14 -
YUV 101.05 152.8 92.3 -
System Red Green Blue C M Y K H S L
Decimal 51 118 145 0.65 0.19 0 0.43 197.23 0.48 0.38
Hex 33 76 91 41 13 0 2B C5 30 26
Octal 63 166 221 101 23 0 53 305 60 46
Binary 110011 1110110 10010001 1000001 10011 0 101011 11000101 110000 100110

Color Harmonies of #337691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337691

Black with #337691

Text Example


Text Example

White with #337691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #337691; }

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

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

background-color css

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

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

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

border-color css

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

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

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