#3C3D90

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

Shades of Dark Slate Blue #3C3D90

Tints of Dark Slate Blue #3C3D90

Color information

#3C3D90 (or 0x3C3D90) is unknown color: approx Dark Slate Blue. HEX triplet: 3C, 3D and 90. RGB value is (60,61,144). Sum of RGB (Red+Green+Blue) = 60+61+144=265 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.64% from 265); Green value is 61 (24.22% from 255 or 23.02% from 265); Blue value is 144 (56.64% from 255 or 54.34% from 265); Max value from RGB is 144 - color contains mainly: blue. Hex color #3C3D90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C3D90 is #C3C26F. Grayscale: #454545. Windows color (decimal): -12829296 or 9452860. OLE color: 9452860.

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

Color convert

RGB6061144-
CMYK0.580.5800.44
HSL239.29º41.18%40%-
HSV(B)239.29º58.33%56.47%-
XYZ8.576.3127.15-
YUV70.16169.67120.75-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 22.64%
GREEN value IS 61 (24.22% from 255) = 23.02%
BLUE value IS 144 (56.64% from 255) = 54.34%
R=22.64%
G=23.02%
B=54.34%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal60611440.580.5800.44239.2941.1840
Hex3C3D903A3A02Cef2928
Octal747522072720543575150
Binary11110011110110010000111010111010010110011101111101001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C3D90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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