#322695

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

Shades of Dark Slate Blue #322695

Tints of Dark Slate Blue #322695

Color information

#322695 (or 0x322695) is unknown color: approx Dark Slate Blue. HEX triplet: 32, 26 and 95. RGB value is (50,38,149). Sum of RGB (Red+Green+Blue) = 50+38+149=237 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.10% from 237); Green value is 38 (15.23% from 255 or 16.03% from 237); Blue value is 149 (58.59% from 255 or 62.87% from 237); Max value from RGB is 149 - color contains mainly: blue. Hex color #322695 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #322695 is #CDD96A. Grayscale: #353535. Windows color (decimal): -13490539 or 9774642. OLE color: 9774642.

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

Color convert

RGB5038149-
CMYK0.660.7400.42
HSL246.49º59.36%36.67%-
HSV(B)246.49º74.5%58.43%-
XYZ7.434.2328.86-
YUV54.24181.48124.97-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.10%
GREEN value IS 38 (15.23% from 255) = 16.03%
BLUE value IS 149 (58.59% from 255) = 62.87%
R=21.10%
G=16.03%
B=62.87%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal50381490.660.7400.42246.4959.3636.67
Hex322695424A02Af63b25
Octal62462251021120523667345
Binary1100101001101001010110000101001010010101011110110111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #322695; }

 p { color: rgb(50,38,149); }

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

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

 a { background-color: rgb(50,38,149); }

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

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

 span { border-color: rgb(50,38,149); }

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