#3C2D90

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

Shades of Dark Slate Blue #3C2D90

Tints of Dark Slate Blue #3C2D90

Color information

#3C2D90 (or 0x3C2D90) is unknown color: approx Dark Slate Blue. HEX triplet: 3C, 2D and 90. RGB value is (60,45,144). Sum of RGB (Red+Green+Blue) = 60+45+144=249 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.10% from 249); Green value is 45 (17.97% from 255 or 18.07% from 249); Blue value is 144 (56.64% from 255 or 57.83% from 249); Max value from RGB is 144 - color contains mainly: blue. Hex color #3C2D90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C2D90 is #C3D26F. Grayscale: #3C3C3C. Windows color (decimal): -12833392 or 9448764. OLE color: 9448764.

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

Color convert

RGB6045144-
CMYK0.580.6900.44
HSL249.09º52.38%37.06%-
HSV(B)249.09º68.75%56.47%-
XYZ7.844.8526.91-
YUV60.77174.97127.45-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 24.10%
GREEN value IS 45 (17.97% from 255) = 18.07%
BLUE value IS 144 (56.64% from 255) = 57.83%
R=24.10%
G=18.07%
B=57.83%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal60451440.580.6900.44249.0952.3837.06
Hex3C2D903A4502Cf93425
Octal7455220721050543716445
Binary111100101101100100001110101000101010110011111001110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C2D90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,45,144); }

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

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

 a { background-color: rgb(60,45,144); }

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

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

 span { border-color: rgb(60,45,144); }

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