#3B339B

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

Shades of Dark Slate Blue #3B339B

Tints of Dark Slate Blue #3B339B

Color information

#3B339B (or 0x3B339B) is unknown color: approx Dark Slate Blue. HEX triplet: 3B, 33 and 9B. RGB value is (59,51,155). Sum of RGB (Red+Green+Blue) = 59+51+155=265 (35% of max value = 765). Red value is 59 (23.44% from 255 or 22.26% from 265); Green value is 51 (20.31% from 255 or 19.25% from 265); Blue value is 155 (60.94% from 255 or 58.49% from 265); Max value from RGB is 155 - color contains mainly: blue. Hex color #3B339B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B339B is #C4CC64. Grayscale: #404040. Windows color (decimal): -12897381 or 10171195. OLE color: 10171195.

HSL color Cylindrical-coordinate representation of color #3B339B: hue angle of 244.62º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3B339B is Cyan = 0.62, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB5951155-
CMYK0.620.6700.39
HSL244.62º50.49%40.39%-
HSV(B)244.62º67.1%60.78%-
XYZ8.95.6631.63-
YUV65.25178.65123.54-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 22.26%
GREEN value IS 51 (20.31% from 255) = 19.25%
BLUE value IS 155 (60.94% from 255) = 58.49%
R=22.26%
G=19.25%
B=58.49%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal59511550.620.6700.39244.6250.4940.39
Hex3B339B3E43027f53228
Octal7363233761030473656250
Binary111011110011100110111111101000011010011111110101110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B339B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,51,155); }

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

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

 a { background-color: rgb(59,51,155); }

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

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

 span { border-color: rgb(59,51,155); }

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