#32269E

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

Shades of Dark Slate Blue #32269E

Tints of Dark Slate Blue #32269E

Color information

#32269E (or 0x32269E) is unknown color: approx Dark Slate Blue. HEX triplet: 32, 26 and 9E. RGB value is (50,38,158). Sum of RGB (Red+Green+Blue) = 50+38+158=246 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.33% from 246); Green value is 38 (15.23% from 255 or 15.45% from 246); Blue value is 158 (62.11% from 255 or 64.23% from 246); Max value from RGB is 158 - color contains mainly: blue. Hex color #32269E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #32269E is #CDD961. Grayscale: #363636. Windows color (decimal): -13490530 or 10364466. OLE color: 10364466.

HSL color Cylindrical-coordinate representation of color #32269E: hue angle of 246º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #32269E is Cyan = 0.68, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB5038158-
CMYK0.680.7600.38
HSL246º61.22%38.43%-
HSV(B)246º75.95%61.96%-
XYZ8.184.5332.79-
YUV55.27185.98124.24-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.33%
GREEN value IS 38 (15.23% from 255) = 15.45%
BLUE value IS 158 (62.11% from 255) = 64.23%
R=20.33%
G=15.45%
B=64.23%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal50381580.680.7600.3824661.2238.43
Hex32269E444C026f63d26
Octal62462361041140463667546
Binary1100101001101001111010001001001100010011011110110111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32269E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32269E; }

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

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

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

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

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

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

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

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