#3C3591

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

Shades of Dark Slate Blue #3C3591

Tints of Dark Slate Blue #3C3591

Color information

#3C3591 (or 0x3C3591) is unknown color: approx Dark Slate Blue. HEX triplet: 3C, 35 and 91. RGB value is (60,53,145). Sum of RGB (Red+Green+Blue) = 60+53+145=258 (34% of max value = 765). Red value is 60 (23.83% from 255 or 23.26% from 258); Green value is 53 (21.09% from 255 or 20.54% from 258); Blue value is 145 (57.03% from 255 or 56.20% from 258); Max value from RGB is 145 - color contains mainly: blue. Hex color #3C3591 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C3591 is #C3CA6E. Grayscale: #414141. Windows color (decimal): -12831343 or 9516348. OLE color: 9516348.

HSL color Cylindrical-coordinate representation of color #3C3591: hue angle of 244.57º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3C3591 is Cyan = 0.59, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB6053145-
CMYK0.590.6300.43
HSL244.57º46.46%38.82%-
HSV(B)244.57º63.45%56.86%-
XYZ8.255.5527.42-
YUV65.58172.82124.02-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 23.26%
GREEN value IS 53 (21.09% from 255) = 20.54%
BLUE value IS 145 (57.03% from 255) = 56.20%
R=23.26%
G=20.54%
B=56.20%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal60531450.590.6300.43244.5746.4638.82
Hex3C35913B3F02Bf52e27
Octal746522173770533655647
Binary11110011010110010001111011111111010101111110101101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C3591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3C3591; }

 p { color: rgb(60,53,145); }

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

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

 a { background-color: rgb(60,53,145); }

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

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

 span { border-color: rgb(60,53,145); }

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