#3C358E

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

Shades of Dark Slate Blue #3C358E

Tints of Dark Slate Blue #3C358E

Color information

#3C358E (or 0x3C358E) is unknown color: approx Dark Slate Blue. HEX triplet: 3C, 35 and 8E. RGB value is (60,53,142). Sum of RGB (Red+Green+Blue) = 60+53+142=255 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.53% from 255); Green value is 53 (21.09% from 255 or 20.78% from 255); Blue value is 142 (55.86% from 255 or 55.69% from 255); Max value from RGB is 142 - color contains mainly: blue. Hex color #3C358E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C358E is #C3CA71. Grayscale: #404040. Windows color (decimal): -12831346 or 9319740. OLE color: 9319740.

HSL color Cylindrical-coordinate representation of color #3C358E: hue angle of 244.72º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3C358E is Cyan = 0.58, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB6053142-
CMYK0.580.6300.44
HSL244.72º45.64%38.24%-
HSV(B)244.72º62.68%55.69%-
XYZ8.025.4626.22-
YUV65.24171.32124.26-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 23.53%
GREEN value IS 53 (21.09% from 255) = 20.78%
BLUE value IS 142 (55.86% from 255) = 55.69%
R=23.53%
G=20.78%
B=55.69%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal60531420.580.6300.44244.7245.6438.24
Hex3C358E3A3F02Cf52e26
Octal746521672770543655646
Binary11110011010110001110111010111111010110011110101101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C358E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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