#3B288A

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

Shades of Dark Slate Blue #3B288A

Tints of Dark Slate Blue #3B288A

Color information

#3B288A (or 0x3B288A) is unknown color: approx Dark Slate Blue. HEX triplet: 3B, 28 and 8A. RGB value is (59,40,138). Sum of RGB (Red+Green+Blue) = 59+40+138=237 (31% of max value = 765). Red value is 59 (23.44% from 255 or 24.89% from 237); Green value is 40 (16.02% from 255 or 16.88% from 237); Blue value is 138 (54.30% from 255 or 58.23% from 237); Max value from RGB is 138 - color contains mainly: blue. Hex color #3B288A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B288A is #C4D775. Grayscale: #383838. Windows color (decimal): -12900214 or 9054267. OLE color: 9054267.

HSL color Cylindrical-coordinate representation of color #3B288A: hue angle of 251.63º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3B288A is Cyan = 0.57, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB5940138-
CMYK0.570.7100.46
HSL251.63º55.06%34.9%-
HSV(B)251.63º71.01%54.12%-
XYZ7.154.2824.49-
YUV56.85173.79129.53-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 24.89%
GREEN value IS 40 (16.02% from 255) = 16.88%
BLUE value IS 138 (54.30% from 255) = 58.23%
R=24.89%
G=16.88%
B=58.23%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal59401380.570.7100.46251.6355.0634.9
Hex3B288A394702Efc3723
Octal7350212711070563746743
Binary111011101000100010101110011000111010111011111100110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B288A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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