#39368E

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

Shades of Dark Slate Blue #39368E

Tints of Dark Slate Blue #39368E

Color information

#39368E (or 0x39368E) is unknown color: approx Dark Slate Blue. HEX triplet: 39, 36 and 8E. RGB value is (57,54,142). Sum of RGB (Red+Green+Blue) = 57+54+142=253 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.53% from 253); Green value is 54 (21.48% from 255 or 21.34% from 253); Blue value is 142 (55.86% from 255 or 56.13% from 253); Max value from RGB is 142 - color contains mainly: blue. Hex color #39368E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #39368E is #C6C971. Grayscale: #404040. Windows color (decimal): -13027698 or 9319993. OLE color: 9319993.

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

Color convert

RGB5754142-
CMYK0.600.6200.44
HSL242.05º44.9%38.43%-
HSV(B)242.05º61.97%55.69%-
XYZ7.895.4626.23-
YUV64.93171.49122.34-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.53%
GREEN value IS 54 (21.48% from 255) = 21.34%
BLUE value IS 142 (55.86% from 255) = 56.13%
R=22.53%
G=21.34%
B=56.13%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal57541420.600.6200.44242.0544.938.43
Hex39368E3C3E02Cf22d26
Octal716621674760543625546
Binary11100111011010001110111100111110010110011110010101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39368E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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