#39389C

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

Shades of Dark Slate Blue #39389C

Tints of Dark Slate Blue #39389C

Color information

#39389C (or 0x39389C) is unknown color: approx Dark Slate Blue. HEX triplet: 39, 38 and 9C. RGB value is (57,56,156). Sum of RGB (Red+Green+Blue) = 57+56+156=269 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.19% from 269); Green value is 56 (22.27% from 255 or 20.82% from 269); Blue value is 156 (61.33% from 255 or 57.99% from 269); Max value from RGB is 156 - color contains mainly: blue. Hex color #39389C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #39389C is #C6C763. Grayscale: #434343. Windows color (decimal): -13027172 or 10238009. OLE color: 10238009.

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

Color convert

RGB5756156-
CMYK0.630.6400.39
HSL240.6º47.17%41.57%-
HSV(B)240.6º64.1%61.18%-
XYZ9.16.132.15-
YUV67.7177.83120.37-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 21.19%
GREEN value IS 56 (22.27% from 255) = 20.82%
BLUE value IS 156 (61.33% from 255) = 57.99%
R=21.19%
G=20.82%
B=57.99%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal57561560.630.6400.39240.647.1741.57
Hex39389C3F40027f12f2a
Octal7170234771000473615752
Binary111001111000100111001111111000000010011111110001101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39389C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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