#3F3C90

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

Shades of Dark Slate Blue #3F3C90

Tints of Dark Slate Blue #3F3C90

Color information

#3F3C90 (or 0x3F3C90) is unknown color: approx Dark Slate Blue. HEX triplet: 3F, 3C and 90. RGB value is (63,60,144). Sum of RGB (Red+Green+Blue) = 63+60+144=267 (35% of max value = 765). Red value is 63 (25% from 255 or 23.60% from 267); Green value is 60 (23.83% from 255 or 22.47% from 267); Blue value is 144 (56.64% from 255 or 53.93% from 267); Max value from RGB is 144 - color contains mainly: blue. Hex color #3F3C90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F3C90 is #C0C36F. Grayscale: #464646. Windows color (decimal): -12632944 or 9452607. OLE color: 9452607.

HSL color Cylindrical-coordinate representation of color #3F3C90: hue angle of 242.14º 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 #3F3C90 is Cyan = 0.56, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB6360144-
CMYK0.560.5800.44
HSL242.14º41.18%40%-
HSV(B)242.14º58.33%56.47%-
XYZ8.76.327.14-
YUV70.47169.49122.67-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 23.60%
GREEN value IS 60 (23.83% from 255) = 22.47%
BLUE value IS 144 (56.64% from 255) = 53.93%
R=23.60%
G=22.47%
B=53.93%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal63601440.560.5800.44242.1441.1840
Hex3F3C90383A02Cf22928
Octal777422070720543625150
Binary11111111110010010000111000111010010110011110010101001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F3C90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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