#332498

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

Shades of Dark Slate Blue #332498

Tints of Dark Slate Blue #332498

Color information

#332498 (or 0x332498) is unknown color: approx Dark Slate Blue. HEX triplet: 33, 24 and 98. RGB value is (51,36,152). Sum of RGB (Red+Green+Blue) = 51+36+152=239 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.34% from 239); Green value is 36 (14.45% from 255 or 15.06% from 239); Blue value is 152 (59.77% from 255 or 63.60% from 239); Max value from RGB is 152 - color contains mainly: blue. Hex color #332498 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #332498 is #CCDB67. Grayscale: #353535. Windows color (decimal): -13425512 or 9970739. OLE color: 9970739.

HSL color Cylindrical-coordinate representation of color #332498: hue angle of 247.76º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #332498 is Cyan = 0.66, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB5136152-
CMYK0.660.7600.40
HSL247.76º61.7%36.86%-
HSV(B)247.76º76.32%59.61%-
XYZ7.664.2330.12-
YUV53.71183.47126.07-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.34%
GREEN value IS 36 (14.45% from 255) = 15.06%
BLUE value IS 152 (59.77% from 255) = 63.60%
R=21.34%
G=15.06%
B=63.60%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal51361520.660.7600.40247.7661.736.86
Hex332498424C028f83e25
Octal63442301021140503707645
Binary1100111001001001100010000101001100010100011111000111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332498; }

 p { color: rgb(51,36,152); }

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

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

 a { background-color: rgb(51,36,152); }

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

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

 span { border-color: rgb(51,36,152); }

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