#39399C

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

Shades of Dark Slate Blue #39399C

Tints of Dark Slate Blue #39399C

Color information

#39399C (or 0x39399C) is unknown color: approx Dark Slate Blue. HEX triplet: 39, 39 and 9C. RGB value is (57,57,156). Sum of RGB (Red+Green+Blue) = 57+57+156=270 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.11% from 270); Green value is 57 (22.66% from 255 or 21.11% from 270); Blue value is 156 (61.33% from 255 or 57.78% from 270); Max value from RGB is 156 - color contains mainly: blue. Hex color #39399C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #39399C is #C6C663. Grayscale: #434343. Windows color (decimal): -13026916 or 10238265. OLE color: 10238265.

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

Color convert

RGB5757156-
CMYK0.630.6300.39
HSL240º46.48%41.76%-
HSV(B)240º63.46%61.18%-
XYZ9.156.232.17-
YUV68.29177.5119.95-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 21.11%
GREEN value IS 57 (22.66% from 255) = 21.11%
BLUE value IS 156 (61.33% from 255) = 57.78%
R=21.11%
G=21.11%
B=57.78%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal57571560.630.6300.3924046.4841.76
Hex39399C3F3F027f02e2a
Octal717123477770473605652
Binary11100111100110011100111111111111010011111110000101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39399C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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