#3B409C

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

Shades of Dark Slate Blue #3B409C

Tints of Dark Slate Blue #3B409C

Color information

#3B409C (or 0x3B409C) is unknown color: approx Dark Slate Blue. HEX triplet: 3B, 40 and 9C. RGB value is (59,64,156). Sum of RGB (Red+Green+Blue) = 59+64+156=279 (36% of max value = 765). Red value is 59 (23.44% from 255 or 21.15% from 279); Green value is 64 (25.39% from 255 or 22.94% from 279); Blue value is 156 (61.33% from 255 or 55.91% from 279); Max value from RGB is 156 - color contains mainly: blue. Hex color #3B409C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B409C is #C4BF63. Grayscale: #484848. Windows color (decimal): -12894052 or 10240059. OLE color: 10240059.

HSL color Cylindrical-coordinate representation of color #3B409C: hue angle of 236.91º degrees, saturation: 0.45, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3B409C is Cyan = 0.62, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB5964156-
CMYK0.620.5900.39
HSL236.91º45.12%42.16%-
HSV(B)236.91º62.18%61.18%-
XYZ9.64732.3-
YUV72.99174.84118.02-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 21.15%
GREEN value IS 64 (25.39% from 255) = 22.94%
BLUE value IS 156 (61.33% from 255) = 55.91%
R=21.15%
G=22.94%
B=55.91%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal59641560.620.5900.39236.9145.1242.16
Hex3B409C3E3B027ed2d2a
Octal7310023476730473555552
Binary111011100000010011100111110111011010011111101101101101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B409C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,64,156); }

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

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

 a { background-color: rgb(59,64,156); }

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

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

 span { border-color: rgb(59,64,156); }

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