#3A2F87

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

Shades of Dark Slate Blue #3A2F87

Tints of Dark Slate Blue #3A2F87

Color information

#3A2F87 (or 0x3A2F87) is unknown color: approx Dark Slate Blue. HEX triplet: 3A, 2F and 87. RGB value is (58,47,135). Sum of RGB (Red+Green+Blue) = 58+47+135=240 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.17% from 240); Green value is 47 (18.75% from 255 or 19.58% from 240); Blue value is 135 (53.12% from 255 or 56.25% from 240); Max value from RGB is 135 - color contains mainly: blue. Hex color #3A2F87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A2F87 is #C5D078. Grayscale: #3B3B3B. Windows color (decimal): -12963961 or 8859450. OLE color: 8859450.

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

Color convert

RGB5847135-
CMYK0.570.6500.47
HSL247.5º48.35%35.69%-
HSV(B)247.5º65.19%52.94%-
XYZ7.134.6823.45-
YUV60.32170.14126.34-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 24.17%
GREEN value IS 47 (18.75% from 255) = 19.58%
BLUE value IS 135 (53.12% from 255) = 56.25%
R=24.17%
G=19.58%
B=56.25%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal58471350.570.6500.47247.548.3535.69
Hex3A2F87394102Ff83024
Octal7257207711010573706044
Binary111010101111100001111110011000001010111111111000110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A2F87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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