#3C3491

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

Shades of Dark Slate Blue #3C3491

Tints of Dark Slate Blue #3C3491

Color information

#3C3491 (or 0x3C3491) is unknown color: approx Dark Slate Blue. HEX triplet: 3C, 34 and 91. RGB value is (60,52,145). Sum of RGB (Red+Green+Blue) = 60+52+145=257 (34% of max value = 765). Red value is 60 (23.83% from 255 or 23.35% from 257); Green value is 52 (20.70% from 255 or 20.23% from 257); Blue value is 145 (57.03% from 255 or 56.42% from 257); Max value from RGB is 145 - color contains mainly: blue. Hex color #3C3491 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C3491 is #C3CB6E. Grayscale: #404040. Windows color (decimal): -12831599 or 9516092. OLE color: 9516092.

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

Color convert

RGB6052145-
CMYK0.590.6400.43
HSL245.16º47.21%38.63%-
HSV(B)245.16º64.14%56.86%-
XYZ8.25.4627.41-
YUV64.99173.15124.44-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 23.35%
GREEN value IS 52 (20.70% from 255) = 20.23%
BLUE value IS 145 (57.03% from 255) = 56.42%
R=23.35%
G=20.23%
B=56.42%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal60521450.590.6400.43245.1647.2138.63
Hex3C34913B4002Bf52f27
Octal7464221731000533655747
Binary111100110100100100011110111000000010101111110101101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C3491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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