#39369C

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

Shades of Dark Slate Blue #39369C

Tints of Dark Slate Blue #39369C

Color information

#39369C (or 0x39369C) is unknown color: approx Dark Slate Blue. HEX triplet: 39, 36 and 9C. RGB value is (57,54,156). Sum of RGB (Red+Green+Blue) = 57+54+156=267 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.35% from 267); Green value is 54 (21.48% from 255 or 20.22% from 267); Blue value is 156 (61.33% from 255 or 58.43% from 267); Max value from RGB is 156 - color contains mainly: blue. Hex color #39369C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #39369C is #C6C963. Grayscale: #424242. Windows color (decimal): -13027684 or 10237497. OLE color: 10237497.

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

Color convert

RGB5754156-
CMYK0.630.6500.39
HSL241.76º48.57%41.18%-
HSV(B)241.76º65.38%61.18%-
XYZ9.015.9132.12-
YUV66.53178.49121.21-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 21.35%
GREEN value IS 54 (21.48% from 255) = 20.22%
BLUE value IS 156 (61.33% from 255) = 58.43%
R=21.35%
G=20.22%
B=58.43%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal57541560.630.6500.39241.7648.5741.18
Hex39369C3F41027f23129
Octal7166234771010473626151
Binary111001110110100111001111111000001010011111110010110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39369C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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