#3B3CAA

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

Shades of Dark Slate Blue #3B3CAA

Tints of Dark Slate Blue #3B3CAA

Color information

#3B3CAA (or 0x3B3CAA) is unknown color: approx Dark Slate Blue. HEX triplet: 3B, 3C and AA. RGB value is (59,60,170). Sum of RGB (Red+Green+Blue) = 59+60+170=289 (38% of max value = 765). Red value is 59 (23.44% from 255 or 20.42% from 289); Green value is 60 (23.83% from 255 or 20.76% from 289); Blue value is 170 (66.80% from 255 or 58.82% from 289); Max value from RGB is 170 - color contains mainly: blue. Hex color #3B3CAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B3CAA is #C4C355. Grayscale: #474747. Windows color (decimal): -12895062 or 11156539. OLE color: 11156539.

HSL color Cylindrical-coordinate representation of color #3B3CAA: hue angle of 239.46º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3B3CAA is Cyan = 0.65, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB5960170-
CMYK0.650.6500.33
HSL239.46º48.47%44.9%-
HSV(B)239.46º65.29%66.67%-
XYZ10.687.0638.83-
YUV72.24183.17118.56-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 20.42%
GREEN value IS 60 (23.83% from 255) = 20.76%
BLUE value IS 170 (66.80% from 255) = 58.82%
R=20.42%
G=20.76%
B=58.82%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal59601700.650.6500.33239.4648.4744.9
Hex3B3CAA4141021ef302d
Octal73742521011010413576055
Binary1110111111001010101010000011000001010000111101111110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B3CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,60,170); }

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

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

 a { background-color: rgb(59,60,170); }

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

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

 span { border-color: rgb(59,60,170); }

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