#39308B

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

Shades of Dark Slate Blue #39308B

Tints of Dark Slate Blue #39308B

Color information

#39308B (or 0x39308B) is unknown color: approx Dark Slate Blue. HEX triplet: 39, 30 and 8B. RGB value is (57,48,139). Sum of RGB (Red+Green+Blue) = 57+48+139=244 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.36% from 244); Green value is 48 (19.14% from 255 or 19.67% from 244); Blue value is 139 (54.69% from 255 or 56.97% from 244); Max value from RGB is 139 - color contains mainly: blue. Hex color #39308B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #39308B is #C6CF74. Grayscale: #3C3C3C. Windows color (decimal): -13029237 or 9121849. OLE color: 9121849.

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

Color convert

RGB5748139-
CMYK0.590.6500.45
HSL245.93º48.66%36.67%-
HSV(B)245.93º65.47%54.51%-
XYZ7.44.8524.97-
YUV61.06171.98125.1-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 23.36%
GREEN value IS 48 (19.14% from 255) = 19.67%
BLUE value IS 139 (54.69% from 255) = 56.97%
R=23.36%
G=19.67%
B=56.97%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal57481390.590.6500.45245.9348.6636.67
Hex39308B3B4102Df63125
Octal7160213731010553666145
Binary111001110000100010111110111000001010110111110110110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39308B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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