#332594

Color #332594 Dark Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Slate Blue #332594

Tints of Dark Slate Blue #332594

Color information

#332594 (or 0x332594) is unknown color: approx Dark Slate Blue. HEX triplet: 33, 25 and 94. RGB value is (51,37,148). Sum of RGB (Red+Green+Blue) = 51+37+148=236 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.61% from 236); Green value is 37 (14.84% from 255 or 15.68% from 236); Blue value is 148 (58.20% from 255 or 62.71% from 236); Max value from RGB is 148 - color contains mainly: blue. Hex color #332594 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #332594 is #CCDA6B. Grayscale: #353535. Windows color (decimal): -13425260 or 9708851. OLE color: 9708851.

HSL color Cylindrical-coordinate representation of color #332594: hue angle of 247.57º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #332594 is Cyan = 0.66, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB5137148-
CMYK0.660.7500.42
HSL247.57º60%36.27%-
HSV(B)247.57º75%58.04%-
XYZ7.374.1728.43-
YUV53.84181.14125.97-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.61%
GREEN value IS 37 (14.84% from 255) = 15.68%
BLUE value IS 148 (58.20% from 255) = 62.71%
R=21.61%
G=15.68%
B=62.71%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal51371480.660.7500.42247.576036.27
Hex332594424B02Af83c24
Octal63452241021130523707444
Binary1100111001011001010010000101001011010101011111000111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332594; }

 p { color: rgb(51,37,148); }

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

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

 a { background-color: rgb(51,37,148); }

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

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

 span { border-color: rgb(51,37,148); }

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