#39399A

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

Shades of Dark Slate Blue #39399A

Tints of Dark Slate Blue #39399A

Color information

#39399A (or 0x39399A) is unknown color: approx Dark Slate Blue. HEX triplet: 39, 39 and 9A. RGB value is (57,57,154). Sum of RGB (Red+Green+Blue) = 57+57+154=268 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.27% from 268); Green value is 57 (22.66% from 255 or 21.27% from 268); Blue value is 154 (60.55% from 255 or 57.46% from 268); Max value from RGB is 154 - color contains mainly: blue. Hex color #39399A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #39399A is #C6C665. Grayscale: #434343. Windows color (decimal): -13026918 or 10107193. OLE color: 10107193.

HSL color Cylindrical-coordinate representation of color #39399A: hue angle of 240º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #39399A is Cyan = 0.63, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB5757154-
CMYK0.630.6300.40
HSL240º45.97%41.37%-
HSV(B)240º62.99%60.39%-
XYZ8.986.1331.28-
YUV68.06176.5120.11-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 21.27%
GREEN value IS 57 (22.66% from 255) = 21.27%
BLUE value IS 154 (60.55% from 255) = 57.46%
R=21.27%
G=21.27%
B=57.46%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal57571540.630.6300.4024045.9741.37
Hex39399A3F3F028f02e29
Octal717123277770503605651
Binary11100111100110011010111111111111010100011110000101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39399A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39399A; }

 p { color: rgb(57,57,154); }

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

<style>
 a { background-color: #39399A; }

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

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

<style>
 span { border-color: #39399A; }

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

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