#3C3FA4

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

Shades of Dark Slate Blue #3C3FA4

Tints of Dark Slate Blue #3C3FA4

Color information

#3C3FA4 (or 0x3C3FA4) is unknown color: approx Dark Slate Blue. HEX triplet: 3C, 3F and A4. RGB value is (60,63,164). Sum of RGB (Red+Green+Blue) = 60+63+164=287 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.91% from 287); Green value is 63 (25% from 255 or 21.95% from 287); Blue value is 164 (64.45% from 255 or 57.14% from 287); Max value from RGB is 164 - color contains mainly: blue. Hex color #3C3FA4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C3FA4 is #C3C05B. Grayscale: #494949. Windows color (decimal): -12828764 or 10764092. OLE color: 10764092.

HSL color Cylindrical-coordinate representation of color #3C3FA4: hue angle of 238.27º 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 #3C3FA4 is Cyan = 0.63, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB6063164-
CMYK0.630.6200.36
HSL238.27º46.43%43.92%-
HSV(B)238.27º63.41%64.31%-
XYZ10.347.235.97-
YUV73.62179.01118.29-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 20.91%
GREEN value IS 63 (25% from 255) = 21.95%
BLUE value IS 164 (64.45% from 255) = 57.14%
R=20.91%
G=21.95%
B=57.14%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal60631640.630.6200.36238.2746.4343.92
Hex3C3FA43F3E024ee2e2c
Octal747724477760443565654
Binary11110011111110100100111111111110010010011101110101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C3FA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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