#3F3595

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

Shades of Dark Slate Blue #3F3595

Tints of Dark Slate Blue #3F3595

Color information

#3F3595 (or 0x3F3595) is unknown color: approx Dark Slate Blue. HEX triplet: 3F, 35 and 95. RGB value is (63,53,149). Sum of RGB (Red+Green+Blue) = 63+53+149=265 (35% of max value = 765). Red value is 63 (25% from 255 or 23.77% from 265); Green value is 53 (21.09% from 255 or 20% from 265); Blue value is 149 (58.59% from 255 or 56.23% from 265); Max value from RGB is 149 - color contains mainly: blue. Hex color #3F3595 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F3595 is #C0CA6A. Grayscale: #424242. Windows color (decimal): -12634731 or 9778495. OLE color: 9778495.

HSL color Cylindrical-coordinate representation of color #3F3595: hue angle of 246.25º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3F3595 is Cyan = 0.58, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB6353149-
CMYK0.580.6400.42
HSL246.25º47.52%39.61%-
HSV(B)246.25º64.43%58.43%-
XYZ8.755.7729.09-
YUV66.93174.31125.19-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 23.77%
GREEN value IS 53 (21.09% from 255) = 20%
BLUE value IS 149 (58.59% from 255) = 56.23%
R=23.77%
G=20%
B=56.23%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal63531490.580.6400.42246.2547.5239.61
Hex3F35953A4002Af63028
Octal7765225721000523666050
Binary111111110101100101011110101000000010101011110110110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F3595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,53,149); }

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

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

 a { background-color: rgb(63,53,149); }

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

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

 span { border-color: rgb(63,53,149); }

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