#3C288D

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

Shades of Dark Slate Blue #3C288D

Tints of Dark Slate Blue #3C288D

Color information

#3C288D (or 0x3C288D) is unknown color: approx Dark Slate Blue. HEX triplet: 3C, 28 and 8D. RGB value is (60,40,141). Sum of RGB (Red+Green+Blue) = 60+40+141=241 (31% of max value = 765). Red value is 60 (23.83% from 255 or 24.90% from 241); Green value is 40 (16.02% from 255 or 16.60% from 241); Blue value is 141 (55.47% from 255 or 58.51% from 241); Max value from RGB is 141 - color contains mainly: blue. Hex color #3C288D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C288D is #C3D772. Grayscale: #393939. Windows color (decimal): -12834675 or 9250876. OLE color: 9250876.

HSL color Cylindrical-coordinate representation of color #3C288D: hue angle of 251.88º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3C288D is Cyan = 0.57, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB6040141-
CMYK0.570.7200.45
HSL251.88º55.8%35.49%-
HSV(B)251.88º71.63%55.29%-
XYZ7.434.425.66-
YUV57.49175.13129.79-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 24.90%
GREEN value IS 40 (16.02% from 255) = 16.60%
BLUE value IS 141 (55.47% from 255) = 58.51%
R=24.90%
G=16.60%
B=58.51%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal60401410.570.7200.45251.8855.835.49
Hex3C288D394802Dfc3823
Octal7450215711100553747043
Binary111100101000100011011110011001000010110111111100111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C288D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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