#322498

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

Shades of Dark Slate Blue #322498

Tints of Dark Slate Blue #322498

Color information

#322498 (or 0x322498) is unknown color: approx Dark Slate Blue. HEX triplet: 32, 24 and 98. RGB value is (50,36,152). Sum of RGB (Red+Green+Blue) = 50+36+152=238 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.01% from 238); Green value is 36 (14.45% from 255 or 15.13% from 238); Blue value is 152 (59.77% from 255 or 63.87% from 238); Max value from RGB is 152 - color contains mainly: blue. Hex color #322498 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #322498 is #CDDB67. Grayscale: #343434. Windows color (decimal): -13491048 or 9970738. OLE color: 9970738.

HSL color Cylindrical-coordinate representation of color #322498: hue angle of 247.24º 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 #322498 is Cyan = 0.67, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB5036152-
CMYK0.670.7600.40
HSL247.24º61.7%36.86%-
HSV(B)247.24º76.32%59.61%-
XYZ7.614.2130.12-
YUV53.41183.64125.57-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.01%
GREEN value IS 36 (14.45% from 255) = 15.13%
BLUE value IS 152 (59.77% from 255) = 63.87%
R=21.01%
G=15.13%
B=63.87%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal50361520.670.7600.40247.2461.736.86
Hex322498434C028f73e25
Octal62442301031140503677645
Binary1100101001001001100010000111001100010100011110111111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #322498; }

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

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

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

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

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

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

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

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