#3F4191

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

Shades of Dark Slate Blue #3F4191

Tints of Dark Slate Blue #3F4191

Color information

#3F4191 (or 0x3F4191) is unknown color: approx Dark Slate Blue. HEX triplet: 3F, 41 and 91. RGB value is (63,65,145). Sum of RGB (Red+Green+Blue) = 63+65+145=273 (36% of max value = 765). Red value is 63 (25% from 255 or 23.08% from 273); Green value is 65 (25.78% from 255 or 23.81% from 273); Blue value is 145 (57.03% from 255 or 53.11% from 273); Max value from RGB is 145 - color contains mainly: blue. Hex color #3F4191 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F4191 is #C0BE6E. Grayscale: #494949. Windows color (decimal): -12631663 or 9519423. OLE color: 9519423.

HSL color Cylindrical-coordinate representation of color #3F4191: hue angle of 238.54º 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 #3F4191 is Cyan = 0.57, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB6365145-
CMYK0.570.5500.43
HSL238.54º39.42%40.78%-
HSV(B)238.54º56.55%56.86%-
XYZ9.056.8827.64-
YUV73.52168.34120.5-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 23.08%
GREEN value IS 65 (25.78% from 255) = 23.81%
BLUE value IS 145 (57.03% from 255) = 53.11%
R=23.08%
G=23.81%
B=53.11%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal63651450.570.5500.43238.5439.4240.78
Hex3F4191393702Bef2729
Octal7710122171670533574751
Binary111111100000110010001111001110111010101111101111100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F4191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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