#3B359F

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

Shades of Dark Slate Blue #3B359F

Tints of Dark Slate Blue #3B359F

Color information

#3B359F (or 0x3B359F) is unknown color: approx Dark Slate Blue. HEX triplet: 3B, 35 and 9F. RGB value is (59,53,159). Sum of RGB (Red+Green+Blue) = 59+53+159=271 (35% of max value = 765). Red value is 59 (23.44% from 255 or 21.77% from 271); Green value is 53 (21.09% from 255 or 19.56% from 271); Blue value is 159 (62.5% from 255 or 58.67% from 271); Max value from RGB is 159 - color contains mainly: blue. Hex color #3B359F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B359F is #C4CA60. Grayscale: #424242. Windows color (decimal): -12896865 or 10433851. OLE color: 10433851.

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

Color convert

RGB5953159-
CMYK0.630.6700.38
HSL243.4º50%41.57%-
HSV(B)243.4º66.67%62.35%-
XYZ9.335.9833.46-
YUV66.88179.99122.38-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 21.77%
GREEN value IS 53 (21.09% from 255) = 19.56%
BLUE value IS 159 (62.5% from 255) = 58.67%
R=21.77%
G=19.56%
B=58.67%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal59531590.630.6700.38243.45041.57
Hex3B359F3F43026f3322a
Octal7365237771030463636252
Binary111011110101100111111111111000011010011011110011110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B359F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,53,159); }

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

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

 a { background-color: rgb(59,53,159); }

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

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

 span { border-color: rgb(59,53,159); }

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