#32369F

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

Shades of Dark Slate Blue #32369F

Tints of Dark Slate Blue #32369F

Color information

#32369F (or 0x32369F) is unknown color: approx Dark Slate Blue. HEX triplet: 32, 36 and 9F. RGB value is (50,54,159). Sum of RGB (Red+Green+Blue) = 50+54+159=263 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.01% from 263); Green value is 54 (21.48% from 255 or 20.53% from 263); Blue value is 159 (62.5% from 255 or 60.46% from 263); Max value from RGB is 159 - color contains mainly: blue. Hex color #32369F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #32369F is #CDC960. Grayscale: #404040. Windows color (decimal): -13486433 or 10434098. OLE color: 10434098.

HSL color Cylindrical-coordinate representation of color #32369F: hue angle of 237.8º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #32369F is Cyan = 0.69, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB5054159-
CMYK0.690.6600.38
HSL237.8º52.15%40.98%-
HSV(B)237.8º68.55%62.35%-
XYZ8.895.8233.46-
YUV64.77181.17117.46-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.01%
GREEN value IS 54 (21.48% from 255) = 20.53%
BLUE value IS 159 (62.5% from 255) = 60.46%
R=19.01%
G=20.53%
B=60.46%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal50541590.690.6600.38237.852.1540.98
Hex32369F4542026ee3429
Octal62662371051020463566451
Binary1100101101101001111110001011000010010011011101110110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32369F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32369F; }

 p { color: rgb(50,54,159); }

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

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

 a { background-color: rgb(50,54,159); }

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

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

 span { border-color: rgb(50,54,159); }

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