#3B288F

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

Shades of Dark Slate Blue #3B288F

Tints of Dark Slate Blue #3B288F

Color information

#3B288F (or 0x3B288F) is unknown color: approx Dark Slate Blue. HEX triplet: 3B, 28 and 8F. RGB value is (59,40,143). Sum of RGB (Red+Green+Blue) = 59+40+143=242 (32% of max value = 765). Red value is 59 (23.44% from 255 or 24.38% from 242); Green value is 40 (16.02% from 255 or 16.53% from 242); Blue value is 143 (56.25% from 255 or 59.09% from 242); Max value from RGB is 143 - color contains mainly: blue. Hex color #3B288F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B288F is #C4D770. Grayscale: #393939. Windows color (decimal): -12900209 or 9381947. OLE color: 9381947.

HSL color Cylindrical-coordinate representation of color #3B288F: hue angle of 251.07º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3B288F is Cyan = 0.59, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB5940143-
CMYK0.590.7200.44
HSL251.07º56.28%35.88%-
HSV(B)251.07º72.03%56.08%-
XYZ7.524.4326.45-
YUV57.42176.29129.12-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 24.38%
GREEN value IS 40 (16.02% from 255) = 16.53%
BLUE value IS 143 (56.25% from 255) = 59.09%
R=24.38%
G=16.53%
B=59.09%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal59401430.590.7200.44251.0756.2835.88
Hex3B288F3B4802Cfb3824
Octal7350217731100543737044
Binary111011101000100011111110111001000010110011111011111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B288F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,40,143); }

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

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

 a { background-color: rgb(59,40,143); }

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

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

 span { border-color: rgb(59,40,143); }

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