#3B3F96

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

Shades of Dark Slate Blue #3B3F96

Tints of Dark Slate Blue #3B3F96

Color information

#3B3F96 (or 0x3B3F96) is unknown color: approx Dark Slate Blue. HEX triplet: 3B, 3F and 96. RGB value is (59,63,150). Sum of RGB (Red+Green+Blue) = 59+63+150=272 (36% of max value = 765). Red value is 59 (23.44% from 255 or 21.69% from 272); Green value is 63 (25% from 255 or 23.16% from 272); Blue value is 150 (58.98% from 255 or 55.15% from 272); Max value from RGB is 150 - color contains mainly: blue. Hex color #3B3F96 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B3F96 is #C4C069. Grayscale: #474747. Windows color (decimal): -12894314 or 9846587. OLE color: 9846587.

HSL color Cylindrical-coordinate representation of color #3B3F96: hue angle of 237.36º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3B3F96 is Cyan = 0.61, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB5963150-
CMYK0.610.5800.41
HSL237.36º43.54%40.98%-
HSV(B)237.36º60.67%58.82%-
XYZ9.096.6929.67-
YUV71.72172.17118.93-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 21.69%
GREEN value IS 63 (25% from 255) = 23.16%
BLUE value IS 150 (58.98% from 255) = 55.15%
R=21.69%
G=23.16%
B=55.15%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal59631500.610.5800.41237.3643.5440.98
Hex3B3F963D3A029ed2c29
Octal737722675720513555451
Binary11101111111110010110111101111010010100111101101101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B3F96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,63,150); }

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

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

 a { background-color: rgb(59,63,150); }

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

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

 span { border-color: rgb(59,63,150); }

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