#3C3495

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

Shades of Dark Slate Blue #3C3495

Tints of Dark Slate Blue #3C3495

Color information

#3C3495 (or 0x3C3495) is unknown color: approx Dark Slate Blue. HEX triplet: 3C, 34 and 95. RGB value is (60,52,149). Sum of RGB (Red+Green+Blue) = 60+52+149=261 (34% of max value = 765). Red value is 60 (23.83% from 255 or 22.99% from 261); Green value is 52 (20.70% from 255 or 19.92% from 261); Blue value is 149 (58.59% from 255 or 57.09% from 261); Max value from RGB is 149 - color contains mainly: blue. Hex color #3C3495 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C3495 is #C3CB6A. Grayscale: #414141. Windows color (decimal): -12831595 or 9778236. OLE color: 9778236.

HSL color Cylindrical-coordinate representation of color #3C3495: hue angle of 244.95º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3C3495 is Cyan = 0.60, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB6052149-
CMYK0.600.6500.42
HSL244.95º48.26%39.41%-
HSV(B)244.95º65.1%58.43%-
XYZ8.525.5929.06-
YUV65.45175.15124.11-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 22.99%
GREEN value IS 52 (20.70% from 255) = 19.92%
BLUE value IS 149 (58.59% from 255) = 57.09%
R=22.99%
G=19.92%
B=57.09%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal60521490.600.6500.42244.9548.2639.41
Hex3C34953C4102Af53027
Octal7464225741010523656047
Binary111100110100100101011111001000001010101011110101110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C3495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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