#337891

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

Shades of Astral #337891

Tints of Astral #337891

Color information

#337891 (or 0x337891) is unknown color: approx Astral. HEX triplet: 33, 78 and 91. RGB value is (51,120,145). Sum of RGB (Red+Green+Blue) = 51+120+145=316 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.14% from 316); Green value is 120 (47.27% from 255 or 37.97% from 316); Blue value is 145 (57.03% from 255 or 45.89% from 316); Max value from RGB is 145 - color contains mainly: blue. Hex color #337891 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337891 is #CC876E. Grayscale: #666666. Windows color (decimal): -13404015 or 9533491. OLE color: 9533491.

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

Color convert

RGB51120145-
CMYK0.650.1700.43
HSL195.96º47.96%38.43%-
HSV(B)195.96º64.83%56.86%-
XYZ13.1916.1829.22-
YUV102.22152.1491.47-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.14%
GREEN value IS 120 (47.27% from 255) = 37.97%
BLUE value IS 145 (57.03% from 255) = 45.89%
R=16.14%
G=37.97%
B=45.89%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal511201450.650.1700.43195.9647.9638.43
Hex337891411102Bc43026
Octal63170221101210533046046
Binary110011111100010010001100000110001010101111000100110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337891

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #337891; }

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

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

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

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

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

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

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

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