#3C3B90

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

Shades of Dark Slate Blue #3C3B90

Tints of Dark Slate Blue #3C3B90

Color information

#3C3B90 (or 0x3C3B90) is unknown color: approx Dark Slate Blue. HEX triplet: 3C, 3B and 90. RGB value is (60,59,144). Sum of RGB (Red+Green+Blue) = 60+59+144=263 (34% of max value = 765). Red value is 60 (23.83% from 255 or 22.81% from 263); Green value is 59 (23.44% from 255 or 22.43% from 263); Blue value is 144 (56.64% from 255 or 54.75% from 263); Max value from RGB is 144 - color contains mainly: blue. Hex color #3C3B90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C3B90 is #C3C46F. Grayscale: #444444. Windows color (decimal): -12829808 or 9452348. OLE color: 9452348.

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

Color convert

RGB6059144-
CMYK0.580.5900.44
HSL240.71º41.87%39.8%-
HSV(B)240.71º59.03%56.47%-
XYZ8.466.127.12-
YUV68.99170.33121.59-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 22.81%
GREEN value IS 59 (23.44% from 255) = 22.43%
BLUE value IS 144 (56.64% from 255) = 54.75%
R=22.81%
G=22.43%
B=54.75%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal60591440.580.5900.44240.7141.8739.8
Hex3C3B903A3B02Cf12a28
Octal747322072730543615250
Binary11110011101110010000111010111011010110011110001101010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C3B90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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