#39348E

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

Shades of Dark Slate Blue #39348E

Tints of Dark Slate Blue #39348E

Color information

#39348E (or 0x39348E) is unknown color: approx Dark Slate Blue. HEX triplet: 39, 34 and 8E. RGB value is (57,52,142). Sum of RGB (Red+Green+Blue) = 57+52+142=251 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.71% from 251); Green value is 52 (20.70% from 255 or 20.72% from 251); Blue value is 142 (55.86% from 255 or 56.57% from 251); Max value from RGB is 142 - color contains mainly: blue. Hex color #39348E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #39348E is #C6CB71. Grayscale: #3F3F3F. Windows color (decimal): -13028210 or 9319481. OLE color: 9319481.

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

Color convert

RGB5752142-
CMYK0.600.6300.44
HSL243.33º46.39%38.04%-
HSV(B)243.33º63.38%55.69%-
XYZ7.85.2826.2-
YUV63.76172.16123.18-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.71%
GREEN value IS 52 (20.70% from 255) = 20.72%
BLUE value IS 142 (55.86% from 255) = 56.57%
R=22.71%
G=20.72%
B=56.57%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal57521420.600.6300.44243.3346.3938.04
Hex39348E3C3F02Cf32e26
Octal716421674770543635646
Binary11100111010010001110111100111111010110011110011101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39348E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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