#3B3596

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

Shades of Dark Slate Blue #3B3596

Tints of Dark Slate Blue #3B3596

Color information

#3B3596 (or 0x3B3596) is unknown color: approx Dark Slate Blue. HEX triplet: 3B, 35 and 96. RGB value is (59,53,150). Sum of RGB (Red+Green+Blue) = 59+53+150=262 (34% of max value = 765). Red value is 59 (23.44% from 255 or 22.52% from 262); Green value is 53 (21.09% from 255 or 20.23% from 262); Blue value is 150 (58.98% from 255 or 57.25% from 262); Max value from RGB is 150 - color contains mainly: blue. Hex color #3B3596 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B3596 is #C4CA69. Grayscale: #414141. Windows color (decimal): -12896874 or 9844027. OLE color: 9844027.

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

Color convert

RGB5953150-
CMYK0.610.6500.41
HSL243.71º47.78%39.8%-
HSV(B)243.71º64.67%58.82%-
XYZ8.585.6829.5-
YUV65.85175.49123.11-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 22.52%
GREEN value IS 53 (21.09% from 255) = 20.23%
BLUE value IS 150 (58.98% from 255) = 57.25%
R=22.52%
G=20.23%
B=57.25%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal59531500.610.6500.41243.7147.7839.8
Hex3B35963D41029f43028
Octal7365226751010513646050
Binary111011110101100101101111011000001010100111110100110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B3596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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