#39348B

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

Shades of Dark Slate Blue #39348B

Tints of Dark Slate Blue #39348B

Color information

#39348B (or 0x39348B) is unknown color: approx Dark Slate Blue. HEX triplet: 39, 34 and 8B. RGB value is (57,52,139). Sum of RGB (Red+Green+Blue) = 57+52+139=248 (32% of max value = 765). Red value is 57 (22.66% from 255 or 22.98% from 248); Green value is 52 (20.70% from 255 or 20.97% from 248); Blue value is 139 (54.69% from 255 or 56.05% from 248); Max value from RGB is 139 - color contains mainly: blue. Hex color #39348B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #39348B is #C6CB74. Grayscale: #3F3F3F. Windows color (decimal): -13028213 or 9122873. OLE color: 9122873.

HSL color Cylindrical-coordinate representation of color #39348B: hue angle of 243.45º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #39348B is Cyan = 0.59, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB5752139-
CMYK0.590.6300.45
HSL243.45º45.55%37.45%-
HSV(B)243.45º62.59%54.51%-
XYZ7.585.1925.03-
YUV63.41170.66123.43-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.98%
GREEN value IS 52 (20.70% from 255) = 20.97%
BLUE value IS 139 (54.69% from 255) = 56.05%
R=22.98%
G=20.97%
B=56.05%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal57521390.590.6300.45243.4545.5537.45
Hex39348B3B3F02Df32e25
Octal716421373770553635645
Binary11100111010010001011111011111111010110111110011101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39348B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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