#3B2F87

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

Shades of Dark Slate Blue #3B2F87

Tints of Dark Slate Blue #3B2F87

Color information

#3B2F87 (or 0x3B2F87) is unknown color: approx Dark Slate Blue. HEX triplet: 3B, 2F and 87. RGB value is (59,47,135). Sum of RGB (Red+Green+Blue) = 59+47+135=241 (31% of max value = 765). Red value is 59 (23.44% from 255 or 24.48% from 241); Green value is 47 (18.75% from 255 or 19.50% from 241); Blue value is 135 (53.12% from 255 or 56.02% from 241); Max value from RGB is 135 - color contains mainly: blue. Hex color #3B2F87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B2F87 is #C4D078. Grayscale: #3C3C3C. Windows color (decimal): -12898425 or 8859451. OLE color: 8859451.

HSL color Cylindrical-coordinate representation of color #3B2F87: hue angle of 248.18º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3B2F87 is Cyan = 0.56, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB5947135-
CMYK0.560.6500.47
HSL248.18º48.35%35.69%-
HSV(B)248.18º65.19%52.94%-
XYZ7.194.7123.45-
YUV60.62169.98126.84-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 24.48%
GREEN value IS 47 (18.75% from 255) = 19.50%
BLUE value IS 135 (53.12% from 255) = 56.02%
R=24.48%
G=19.50%
B=56.02%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal59471350.560.6500.47248.1848.3535.69
Hex3B2F87384102Ff83024
Octal7357207701010573706044
Binary111011101111100001111110001000001010111111111000110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B2F87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,47,135); }

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

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

 a { background-color: rgb(59,47,135); }

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

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

 span { border-color: rgb(59,47,135); }

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