#337592

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

Shades of Astral #337592

Tints of Astral #337592

Color information

#337592 (or 0x337592) is unknown color: approx Astral. HEX triplet: 33, 75 and 92. RGB value is (51,117,146). Sum of RGB (Red+Green+Blue) = 51+117+146=314 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.24% from 314); Green value is 117 (46.09% from 255 or 37.26% from 314); Blue value is 146 (57.42% from 255 or 46.50% from 314); Max value from RGB is 146 - color contains mainly: blue. Hex color #337592 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337592 is #CC8A6D. Grayscale: #646464. Windows color (decimal): -13404782 or 9598259. OLE color: 9598259.

HSL color Cylindrical-coordinate representation of color #337592: hue angle of 198.32º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #337592 is Cyan = 0.65, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB51117146-
CMYK0.650.2000.43
HSL198.32º48.22%38.63%-
HSV(B)198.32º65.07%57.25%-
XYZ12.9115.529.51-
YUV100.57153.6392.64-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.24%
GREEN value IS 117 (46.09% from 255) = 37.26%
BLUE value IS 146 (57.42% from 255) = 46.50%
R=16.24%
G=37.26%
B=46.50%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal511171460.650.2000.43198.3248.2238.63
Hex337592411402Bc63027
Octal63165222101240533066047
Binary110011111010110010010100000110100010101111000110110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #337592; }

 p { color: rgb(51,117,146); }

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

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

 a { background-color: rgb(51,117,146); }

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

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

 span { border-color: rgb(51,117,146); }

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