#337291

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

Shades of Astral #337291

Tints of Astral #337291

Color information

#337291 (or 0x337291) is unknown color: approx Astral. HEX triplet: 33, 72 and 91. RGB value is (51,114,145). Sum of RGB (Red+Green+Blue) = 51+114+145=310 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.45% from 310); Green value is 114 (44.92% from 255 or 36.77% from 310); Blue value is 145 (57.03% from 255 or 46.77% from 310); Max value from RGB is 145 - color contains mainly: blue. Hex color #337291 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337291 is #CC8D6E. Grayscale: #626262. Windows color (decimal): -13405551 or 9531955. OLE color: 9531955.

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

Color convert

RGB51114145-
CMYK0.650.2100.43
HSL199.79º47.96%38.43%-
HSV(B)199.79º64.83%56.86%-
XYZ12.4914.7828.98-
YUV98.7154.1393.98-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.45%
GREEN value IS 114 (44.92% from 255) = 36.77%
BLUE value IS 145 (57.03% from 255) = 46.77%
R=16.45%
G=36.77%
B=46.77%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal511141450.650.2100.43199.7947.9638.43
Hex337291411502Bc83026
Octal63162221101250533106046
Binary110011111001010010001100000110101010101111001000110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #337291; }

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

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

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

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

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

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

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

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