#3C419C

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

Shades of Dark Slate Blue #3C419C

Tints of Dark Slate Blue #3C419C

Color information

#3C419C (or 0x3C419C) is unknown color: approx Dark Slate Blue. HEX triplet: 3C, 41 and 9C. RGB value is (60,65,156). Sum of RGB (Red+Green+Blue) = 60+65+156=281 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.35% from 281); Green value is 65 (25.78% from 255 or 23.13% from 281); Blue value is 156 (61.33% from 255 or 55.52% from 281); Max value from RGB is 156 - color contains mainly: blue. Hex color #3C419C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C419C is #C3BE63. Grayscale: #494949. Windows color (decimal): -12828260 or 10240316. OLE color: 10240316.

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

Color convert

RGB6065156-
CMYK0.620.5800.39
HSL236.88º44.44%42.35%-
HSV(B)236.88º61.54%61.18%-
XYZ9.757.1432.32-
YUV73.88174.34118.1-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 21.35%
GREEN value IS 65 (25.78% from 255) = 23.13%
BLUE value IS 156 (61.33% from 255) = 55.52%
R=21.35%
G=23.13%
B=55.52%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal60651560.620.5800.39236.8844.4442.35
Hex3C419C3E3A027ed2c2a
Octal7410123476720473555452
Binary111100100000110011100111110111010010011111101101101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C419C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,65,156); }

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

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

 a { background-color: rgb(60,65,156); }

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

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

 span { border-color: rgb(60,65,156); }

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