#3C419B

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

Shades of Dark Slate Blue #3C419B

Tints of Dark Slate Blue #3C419B

Color information

#3C419B (or 0x3C419B) is unknown color: approx Dark Slate Blue. HEX triplet: 3C, 41 and 9B. RGB value is (60,65,155). Sum of RGB (Red+Green+Blue) = 60+65+155=280 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.43% from 280); Green value is 65 (25.78% from 255 or 23.21% from 280); Blue value is 155 (60.94% from 255 or 55.36% from 280); Max value from RGB is 155 - color contains mainly: blue. Hex color #3C419B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C419B is #C3BE64. Grayscale: #494949. Windows color (decimal): -12828261 or 10174780. OLE color: 10174780.

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

Color convert

RGB6065155-
CMYK0.610.5800.39
HSL236.84º44.19%42.16%-
HSV(B)236.84º61.29%60.78%-
XYZ9.677.1131.87-
YUV73.76173.84118.18-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 21.43%
GREEN value IS 65 (25.78% from 255) = 23.21%
BLUE value IS 155 (60.94% from 255) = 55.36%
R=21.43%
G=23.21%
B=55.36%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal60651550.610.5800.39236.8444.1942.16
Hex3C419B3D3A027ed2c2a
Octal7410123375720473555452
Binary111100100000110011011111101111010010011111101101101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C419B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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