#3C3CA4

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

Shades of Dark Slate Blue #3C3CA4

Tints of Dark Slate Blue #3C3CA4

Color information

#3C3CA4 (or 0x3C3CA4) is unknown color: approx Dark Slate Blue. HEX triplet: 3C, 3C and A4. RGB value is (60,60,164). Sum of RGB (Red+Green+Blue) = 60+60+164=284 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.13% from 284); Green value is 60 (23.83% from 255 or 21.13% from 284); Blue value is 164 (64.45% from 255 or 57.75% from 284); Max value from RGB is 164 - color contains mainly: blue. Hex color #3C3CA4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C3CA4 is #C3C35B. Grayscale: #474747. Windows color (decimal): -12829532 or 10763324. OLE color: 10763324.

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

Color convert

RGB6060164-
CMYK0.630.6300.36
HSL240º46.43%43.92%-
HSV(B)240º63.41%64.31%-
XYZ10.186.8735.91-
YUV71.86180119.54-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 21.13%
GREEN value IS 60 (23.83% from 255) = 21.13%
BLUE value IS 164 (64.45% from 255) = 57.75%
R=21.13%
G=21.13%
B=57.75%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal60601640.630.6300.3624046.4343.92
Hex3C3CA43F3F024f02e2c
Octal747424477770443605654
Binary11110011110010100100111111111111010010011110000101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C3CA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,60,164); }

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

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

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

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

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

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

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