#39359B

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

Shades of Dark Slate Blue #39359B

Tints of Dark Slate Blue #39359B

Color information

#39359B (or 0x39359B) is unknown color: approx Dark Slate Blue. HEX triplet: 39, 35 and 9B. RGB value is (57,53,155). Sum of RGB (Red+Green+Blue) = 57+53+155=265 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.51% from 265); Green value is 53 (21.09% from 255 or 20% from 265); Blue value is 155 (60.94% from 255 or 58.49% from 265); Max value from RGB is 155 - color contains mainly: blue. Hex color #39359B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #39359B is #C6CA64. Grayscale: #414141. Windows color (decimal): -13027941 or 10171705. OLE color: 10171705.

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

Color convert

RGB5753155-
CMYK0.630.6600.39
HSL242.35º49.04%40.78%-
HSV(B)242.35º65.81%60.78%-
XYZ8.885.7831.66-
YUV65.82178.33121.71-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 21.51%
GREEN value IS 53 (21.09% from 255) = 20%
BLUE value IS 155 (60.94% from 255) = 58.49%
R=21.51%
G=20%
B=58.49%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal57531550.630.6600.39242.3549.0440.78
Hex39359B3F42027f23129
Octal7165233771020473626151
Binary111001110101100110111111111000010010011111110010110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39359B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39359B; }

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

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

<style>
 a { background-color: #39359B; }

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

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

<style>
 span { border-color: #39359B; }

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

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