#3B3A93

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

Shades of Dark Slate Blue #3B3A93

Tints of Dark Slate Blue #3B3A93

Color information

#3B3A93 (or 0x3B3A93) is unknown color: approx Dark Slate Blue. HEX triplet: 3B, 3A and 93. RGB value is (59,58,147). Sum of RGB (Red+Green+Blue) = 59+58+147=264 (34% of max value = 765). Red value is 59 (23.44% from 255 or 22.35% from 264); Green value is 58 (23.05% from 255 or 21.97% from 264); Blue value is 147 (57.81% from 255 or 55.68% from 264); Max value from RGB is 147 - color contains mainly: blue. Hex color #3B3A93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B3A93 is #C4C56C. Grayscale: #444444. Windows color (decimal): -12895597 or 9648699. OLE color: 9648699.

HSL color Cylindrical-coordinate representation of color #3B3A93: hue angle of 240.67º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3B3A93 is Cyan = 0.60, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB5958147-
CMYK0.600.6100.42
HSL240.67º43.41%40.2%-
HSV(B)240.67º60.54%57.65%-
XYZ8.586.0628.32-
YUV68.44172.33121.26-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 22.35%
GREEN value IS 58 (23.05% from 255) = 21.97%
BLUE value IS 147 (57.81% from 255) = 55.68%
R=22.35%
G=21.97%
B=55.68%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal59581470.600.6100.42240.6743.4140.2
Hex3B3A933C3D02Af12b28
Octal737222374750523615350
Binary11101111101010010011111100111101010101011110001101011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B3A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,58,147); }

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

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

 a { background-color: rgb(59,58,147); }

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

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

 span { border-color: rgb(59,58,147); }

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