#3F4391

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

Shades of Dark Slate Blue #3F4391

Tints of Dark Slate Blue #3F4391

Color information

#3F4391 (or 0x3F4391) is unknown color: approx Dark Slate Blue. HEX triplet: 3F, 43 and 91. RGB value is (63,67,145). Sum of RGB (Red+Green+Blue) = 63+67+145=275 (36% of max value = 765). Red value is 63 (25% from 255 or 22.91% from 275); Green value is 67 (26.56% from 255 or 24.36% from 275); Blue value is 145 (57.03% from 255 or 52.73% from 275); Max value from RGB is 145 - color contains mainly: blue. Hex color #3F4391 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F4391 is #C0BC6E. Grayscale: #4A4A4A. Windows color (decimal): -12631151 or 9519935. OLE color: 9519935.

HSL color Cylindrical-coordinate representation of color #3F4391: hue angle of 237.07º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3F4391 is Cyan = 0.57, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB6367145-
CMYK0.570.5400.43
HSL237.07º39.42%40.78%-
HSV(B)237.07º56.55%56.86%-
XYZ9.177.1227.68-
YUV74.7167.67119.66-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 22.91%
GREEN value IS 67 (26.56% from 255) = 24.36%
BLUE value IS 145 (57.03% from 255) = 52.73%
R=22.91%
G=24.36%
B=52.73%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal63671450.570.5400.43237.0739.4240.78
Hex3F4391393602Bed2729
Octal7710322171660533554751
Binary111111100001110010001111001110110010101111101101100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F4391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,67,145); }

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

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

 a { background-color: rgb(63,67,145); }

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

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

 span { border-color: rgb(63,67,145); }

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