#39339B

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

Shades of Dark Slate Blue #39339B

Tints of Dark Slate Blue #39339B

Color information

#39339B (or 0x39339B) is unknown color: approx Dark Slate Blue. HEX triplet: 39, 33 and 9B. RGB value is (57,51,155). Sum of RGB (Red+Green+Blue) = 57+51+155=263 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.67% from 263); Green value is 51 (20.31% from 255 or 19.39% from 263); Blue value is 155 (60.94% from 255 or 58.94% from 263); Max value from RGB is 155 - color contains mainly: blue. Hex color #39339B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #39339B is #C6CC64. Grayscale: #404040. Windows color (decimal): -13028453 or 10171193. OLE color: 10171193.

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

Color convert

RGB5751155-
CMYK0.630.6700.39
HSL243.46º50.49%40.39%-
HSV(B)243.46º67.1%60.78%-
XYZ8.795.631.63-
YUV64.65178.99122.54-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 21.67%
GREEN value IS 51 (20.31% from 255) = 19.39%
BLUE value IS 155 (60.94% from 255) = 58.94%
R=21.67%
G=19.39%
B=58.94%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal57511550.630.6700.39243.4650.4940.39
Hex39339B3F43027f33228
Octal7163233771030473636250
Binary111001110011100110111111111000011010011111110011110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39339B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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