#337491

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

Shades of Astral #337491

Tints of Astral #337491

Color information

#337491 (or 0x337491) is unknown color: approx Astral. HEX triplet: 33, 74 and 91. RGB value is (51,116,145). Sum of RGB (Red+Green+Blue) = 51+116+145=312 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.35% from 312); Green value is 116 (45.70% from 255 or 37.18% from 312); Blue value is 145 (57.03% from 255 or 46.47% from 312); Max value from RGB is 145 - color contains mainly: blue. Hex color #337491 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337491 is #CC8B6E. Grayscale: #636363. Windows color (decimal): -13405039 or 9532467. OLE color: 9532467.

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

Color convert

RGB51116145-
CMYK0.650.200.43
HSL198.51º47.96%38.43%-
HSV(B)198.51º64.83%56.86%-
XYZ12.7215.2429.06-
YUV99.87153.4793.14-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.35%
GREEN value IS 116 (45.70% from 255) = 37.18%
BLUE value IS 145 (57.03% from 255) = 46.47%
R=16.35%
G=37.18%
B=46.47%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal511161450.650.200.43198.5147.9638.43
Hex337491411402Bc73026
Octal63164221101240533076046
Binary110011111010010010001100000110100010101111000111110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #337491; }

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

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

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

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

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

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

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

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