#337691

Color #337691 Astral (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Astral #337691

Tints of Astral #337691

Color information

#337691 (or 0x337691) is unknown color: approx 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

RGB51118145-
CMYK0.650.1900.43
HSL197.23º47.96%38.43%-
HSV(B)197.23º64.83%56.86%-
XYZ12.9515.7129.14-
YUV101.04152.892.3-

RGB Variations

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

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 (Cyan) values IS 0.65
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal511181450.650.1900.43197.2347.9638.43
Hex337691411302Bc53026
Octal63166221101230533056046
Binary110011111011010010001100000110011010101111000101110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>