#39358C

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

Shades of Dark Slate Blue #39358C

Tints of Dark Slate Blue #39358C

Color information

#39358C (or 0x39358C) is unknown color: approx Dark Slate Blue. HEX triplet: 39, 35 and 8C. RGB value is (57,53,140). Sum of RGB (Red+Green+Blue) = 57+53+140=250 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.8% from 250); Green value is 53 (21.09% from 255 or 21.2% from 250); Blue value is 140 (55.08% from 255 or 56% from 250); Max value from RGB is 140 - color contains mainly: blue. Hex color #39358C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #39358C is #C6CA73. Grayscale: #3F3F3F. Windows color (decimal): -13027956 or 9188665. OLE color: 9188665.

HSL color Cylindrical-coordinate representation of color #39358C: hue angle of 242.76º 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 #39358C is Cyan = 0.59, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB5753140-
CMYK0.590.6200.45
HSL242.76º45.08%37.84%-
HSV(B)242.76º62.14%54.9%-
XYZ7.695.3125.43-
YUV64.11170.83122.93-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.8%
GREEN value IS 53 (21.09% from 255) = 21.2%
BLUE value IS 140 (55.08% from 255) = 56%
R=22.8%
G=21.2%
B=56%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal57531400.590.6200.45242.7645.0837.84
Hex39358C3B3E02Df32d26
Octal716521473760553635546
Binary11100111010110001100111011111110010110111110011101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39358C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,53,140); }

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

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

 a { background-color: rgb(57,53,140); }

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

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

 span { border-color: rgb(57,53,140); }

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