#39368D

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

Shades of Dark Slate Blue #39368D

Tints of Dark Slate Blue #39368D

Color information

#39368D (or 0x39368D) is unknown color: approx Dark Slate Blue. HEX triplet: 39, 36 and 8D. RGB value is (57,54,141). Sum of RGB (Red+Green+Blue) = 57+54+141=252 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.62% from 252); Green value is 54 (21.48% from 255 or 21.43% from 252); Blue value is 141 (55.47% from 255 or 55.95% from 252); Max value from RGB is 141 - color contains mainly: blue. Hex color #39368D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #39368D is #C6C972. Grayscale: #404040. Windows color (decimal): -13027699 or 9254457. OLE color: 9254457.

HSL color Cylindrical-coordinate representation of color #39368D: hue angle of 242.07º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #39368D is Cyan = 0.60, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB5754141-
CMYK0.600.6200.45
HSL242.07º44.62%38.24%-
HSV(B)242.07º61.7%55.29%-
XYZ7.815.4325.84-
YUV64.82170.99122.43-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.62%
GREEN value IS 54 (21.48% from 255) = 21.43%
BLUE value IS 141 (55.47% from 255) = 55.95%
R=22.62%
G=21.43%
B=55.95%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal57541410.600.6200.45242.0744.6238.24
Hex39368D3C3E02Df22d26
Octal716621574760553625546
Binary11100111011010001101111100111110010110111110010101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39368D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39368D; }

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

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

<style>
 a { background-color: #39368D; }

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

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

<style>
 span { border-color: #39368D; }

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

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