#3B389F

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

Shades of Dark Slate Blue #3B389F

Tints of Dark Slate Blue #3B389F

Color information

#3B389F (or 0x3B389F) is unknown color: approx Dark Slate Blue. HEX triplet: 3B, 38 and 9F. RGB value is (59,56,159). Sum of RGB (Red+Green+Blue) = 59+56+159=274 (36% of max value = 765). Red value is 59 (23.44% from 255 or 21.53% from 274); Green value is 56 (22.27% from 255 or 20.44% from 274); Blue value is 159 (62.5% from 255 or 58.03% from 274); Max value from RGB is 159 - color contains mainly: blue. Hex color #3B389F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B389F is #C4C760. Grayscale: #444444. Windows color (decimal): -12896097 or 10434619. OLE color: 10434619.

HSL color Cylindrical-coordinate representation of color #3B389F: hue angle of 241.75º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3B389F is Cyan = 0.63, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB5956159-
CMYK0.630.6500.38
HSL241.75º47.91%42.16%-
HSV(B)241.75º64.78%62.35%-
XYZ9.486.2633.51-
YUV68.64178.99121.12-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 21.53%
GREEN value IS 56 (22.27% from 255) = 20.44%
BLUE value IS 159 (62.5% from 255) = 58.03%
R=21.53%
G=20.44%
B=58.03%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal59561590.630.6500.38241.7547.9142.16
Hex3B389F3F41026f2302a
Octal7370237771010463626052
Binary111011111000100111111111111000001010011011110010110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B389F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,56,159); }

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

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

 a { background-color: rgb(59,56,159); }

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

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

 span { border-color: rgb(59,56,159); }

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