#3C3499

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

Shades of Dark Slate Blue #3C3499

Tints of Dark Slate Blue #3C3499

Color information

#3C3499 (or 0x3C3499) is unknown color: approx Dark Slate Blue. HEX triplet: 3C, 34 and 99. RGB value is (60,52,153). Sum of RGB (Red+Green+Blue) = 60+52+153=265 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.64% from 265); Green value is 52 (20.70% from 255 or 19.62% from 265); Blue value is 153 (60.16% from 255 or 57.74% from 265); Max value from RGB is 153 - color contains mainly: blue. Hex color #3C3499 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C3499 is #C3CB66. Grayscale: #414141. Windows color (decimal): -12831591 or 10040380. OLE color: 10040380.

HSL color Cylindrical-coordinate representation of color #3C3499: hue angle of 244.75º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3C3499 is Cyan = 0.61, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB6052153-
CMYK0.610.6600.4
HSL244.75º49.27%40.2%-
HSV(B)244.75º66.01%60%-
XYZ8.845.7230.77-
YUV65.91177.15123.79-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 22.64%
GREEN value IS 52 (20.70% from 255) = 19.62%
BLUE value IS 153 (60.16% from 255) = 57.74%
R=22.64%
G=19.62%
B=57.74%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal60521530.610.6600.4244.7549.2740.2
Hex3C34993D42028f53128
Octal7464231751020503656150
Binary111100110100100110011111011000010010100011110101110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C3499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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