#337791

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

Shades of Astral #337791

Tints of Astral #337791

Color information

#337791 (or 0x337791) is unknown color: approx Astral. HEX triplet: 33, 77 and 91. RGB value is (51,119,145). Sum of RGB (Red+Green+Blue) = 51+119+145=315 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.19% from 315); Green value is 119 (46.88% from 255 or 37.78% from 315); Blue value is 145 (57.03% from 255 or 46.03% from 315); Max value from RGB is 145 - color contains mainly: blue. Hex color #337791 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337791 is #CC886E. Grayscale: #656565. Windows color (decimal): -13404271 or 9533235. OLE color: 9533235.

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

Color convert

RGB51119145-
CMYK0.650.1800.43
HSL196.6º47.96%38.43%-
HSV(B)196.6º64.83%56.86%-
XYZ13.0715.9429.18-
YUV101.63152.4791.89-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.19%
GREEN value IS 119 (46.88% from 255) = 37.78%
BLUE value IS 145 (57.03% from 255) = 46.03%
R=16.19%
G=37.78%
B=46.03%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal511191450.650.1800.43196.647.9638.43
Hex337791411202Bc53026
Octal63167221101220533056046
Binary110011111011110010001100000110010010101111000101110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337791

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #337791; }

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

 H1.HeaderClassName
 {
   color: #337791;
 }
 .AnyTagClassName
 {
   color: #337791;
 }
</style>
background-color css

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

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

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

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

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

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