#3B398E

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

Shades of Dark Slate Blue #3B398E

Tints of Dark Slate Blue #3B398E

Color information

#3B398E (or 0x3B398E) is unknown color: approx Dark Slate Blue. HEX triplet: 3B, 39 and 8E. RGB value is (59,57,142). Sum of RGB (Red+Green+Blue) = 59+57+142=258 (34% of max value = 765). Red value is 59 (23.44% from 255 or 22.87% from 258); Green value is 57 (22.66% from 255 or 22.09% from 258); Blue value is 142 (55.86% from 255 or 55.04% from 258); Max value from RGB is 142 - color contains mainly: blue. Hex color #3B398E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B398E is #C4C671. Grayscale: #424242. Windows color (decimal): -12895858 or 9320763. OLE color: 9320763.

HSL color Cylindrical-coordinate representation of color #3B398E: hue angle of 241.41º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3B398E is Cyan = 0.58, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB5957142-
CMYK0.580.6000.44
HSL241.41º42.71%39.02%-
HSV(B)241.41º59.86%55.69%-
XYZ8.155.8126.28-
YUV67.29170.16122.09-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 22.87%
GREEN value IS 57 (22.66% from 255) = 22.09%
BLUE value IS 142 (55.86% from 255) = 55.04%
R=22.87%
G=22.09%
B=55.04%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal59571420.580.6000.44241.4142.7139.02
Hex3B398E3A3C02Cf12b27
Octal737121672740543615347
Binary11101111100110001110111010111100010110011110001101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B398E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,57,142); }

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

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

 a { background-color: rgb(59,57,142); }

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

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

 span { border-color: rgb(59,57,142); }

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