#3B4196

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

Shades of Dark Slate Blue #3B4196

Tints of Dark Slate Blue #3B4196

Color information

#3B4196 (or 0x3B4196) is unknown color: approx Dark Slate Blue. HEX triplet: 3B, 41 and 96. RGB value is (59,65,150). Sum of RGB (Red+Green+Blue) = 59+65+150=274 (36% of max value = 765). Red value is 59 (23.44% from 255 or 21.53% from 274); Green value is 65 (25.78% from 255 or 23.72% from 274); Blue value is 150 (58.98% from 255 or 54.74% from 274); Max value from RGB is 150 - color contains mainly: blue. Hex color #3B4196 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B4196 is #C4BE69. Grayscale: #484848. Windows color (decimal): -12893802 or 9847099. OLE color: 9847099.

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

Color convert

RGB5965150-
CMYK0.610.5700.41
HSL236.04º43.54%40.98%-
HSV(B)236.04º60.67%58.82%-
XYZ9.26.9129.7-
YUV72.9171.51118.09-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 21.53%
GREEN value IS 65 (25.78% from 255) = 23.72%
BLUE value IS 150 (58.98% from 255) = 54.74%
R=21.53%
G=23.72%
B=54.74%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal59651500.610.5700.41236.0443.5440.98
Hex3B41963D39029ec2c29
Octal7310122675710513545451
Binary111011100000110010110111101111001010100111101100101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B4196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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