#3C288E

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

Shades of Dark Slate Blue #3C288E

Tints of Dark Slate Blue #3C288E

Color information

#3C288E (or 0x3C288E) is unknown color: approx Dark Slate Blue. HEX triplet: 3C, 28 and 8E. RGB value is (60,40,142). Sum of RGB (Red+Green+Blue) = 60+40+142=242 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.79% from 242); Green value is 40 (16.02% from 255 or 16.53% from 242); Blue value is 142 (55.86% from 255 or 58.68% from 242); Max value from RGB is 142 - color contains mainly: blue. Hex color #3C288E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C288E is #C3D771. Grayscale: #393939. Windows color (decimal): -12834674 or 9316412. OLE color: 9316412.

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

Color convert

RGB6040142-
CMYK0.580.7200.44
HSL251.76º56.04%35.69%-
HSV(B)251.76º71.83%55.69%-
XYZ7.54.4326.05-
YUV57.61175.63129.71-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 24.79%
GREEN value IS 40 (16.02% from 255) = 16.53%
BLUE value IS 142 (55.86% from 255) = 58.68%
R=24.79%
G=16.53%
B=58.68%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal60401420.580.7200.44251.7656.0435.69
Hex3C288E3A4802Cfc3824
Octal7450216721100543747044
Binary111100101000100011101110101001000010110011111100111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C288E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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