#39349F

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

Shades of Dark Slate Blue #39349F

Tints of Dark Slate Blue #39349F

Color information

#39349F (or 0x39349F) is unknown color: approx Dark Slate Blue. HEX triplet: 39, 34 and 9F. RGB value is (57,52,159). Sum of RGB (Red+Green+Blue) = 57+52+159=268 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.27% from 268); Green value is 52 (20.70% from 255 or 19.40% from 268); Blue value is 159 (62.5% from 255 or 59.33% from 268); Max value from RGB is 159 - color contains mainly: blue. Hex color #39349F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #39349F is #C6CB60. Grayscale: #414141. Windows color (decimal): -13028193 or 10433593. OLE color: 10433593.

HSL color Cylindrical-coordinate representation of color #39349F: hue angle of 242.8º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #39349F is Cyan = 0.64, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB5752159-
CMYK0.640.6700.38
HSL242.8º50.71%41.37%-
HSV(B)242.8º67.3%62.35%-
XYZ9.175.8333.44-
YUV65.69180.66121.8-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 21.27%
GREEN value IS 52 (20.70% from 255) = 19.40%
BLUE value IS 159 (62.5% from 255) = 59.33%
R=21.27%
G=19.40%
B=59.33%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal57521590.640.6700.38242.850.7141.37
Hex39349F4043026f33329
Octal71642371001030463636351
Binary1110011101001001111110000001000011010011011110011110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39349F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39349F; }

 p { color: rgb(57,52,159); }

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

<style>
 a { background-color: #39349F; }

 a { background-color: rgb(57,52,159); }

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

<style>
 span { border-color: #39349F; }

 span { border-color: rgb(57,52,159); }

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