#3B389E

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

Shades of Dark Slate Blue #3B389E

Tints of Dark Slate Blue #3B389E

Color information

#3B389E (or 0x3B389E) is unknown color: approx Dark Slate Blue. HEX triplet: 3B, 38 and 9E. RGB value is (59,56,158). Sum of RGB (Red+Green+Blue) = 59+56+158=273 (36% of max value = 765). Red value is 59 (23.44% from 255 or 21.61% from 273); Green value is 56 (22.27% from 255 or 20.51% from 273); Blue value is 158 (62.11% from 255 or 57.88% from 273); Max value from RGB is 158 - color contains mainly: blue. Hex color #3B389E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B389E is #C4C761. Grayscale: #444444. Windows color (decimal): -12896098 or 10369083. OLE color: 10369083.

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

Color convert

RGB5956158-
CMYK0.630.6500.38
HSL241.76º47.66%41.96%-
HSV(B)241.76º64.56%61.96%-
XYZ9.396.2333.05-
YUV68.53178.49121.21-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 21.61%
GREEN value IS 56 (22.27% from 255) = 20.51%
BLUE value IS 158 (62.11% from 255) = 57.88%
R=21.61%
G=20.51%
B=57.88%

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
Decimal59561580.630.6500.38241.7647.6641.96
Hex3B389E3F41026f2302a
Octal7370236771010463626052
Binary111011111000100111101111111000001010011011110010110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B389E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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