Html Css Color HEX #39389B Dark Slate Blue

📋 copy color: '#39389B'

red 57 ◦ green 56 ◦ blue 155

#39389B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Slate Blue #39389B

Tints of Dark Slate Blue #39389B

RGB

 RED value IS 57 (22.66% from 255) = 21.27%

 GREEN value IS 56 (22.27% from 255) = 20.9%

 BLUE value IS 155 (60.94% from 255) = 57.84%

R = 21.27%
G = 20.9%
B = 57.84%

CMYK

 C value IS 0.63

 M value IS 0.64

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#39389B (or 0x39389B) is known color: Dark Slate Blue. HEX triplet: 39, 38 and 9B. RGB value is (57,56,155). Sum of RGB (Red+Green+Blue) = 57+56+155=268 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.27% from 268); Green value is 56 (22.27% from 255 or 20.90% from 268); Blue value is 155 (60.94% from 255 or 57.84% from 268); Max value from RGB is 155 - color contains mainly: blue. Hex color #39389B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #39389B is #C6C764. Grayscale: #434343. Windows color (decimal): -13027173 or 10172473. OLE color: 10172473.

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

Color convert

RGB 57 56 155 -
CMYK 0.63 0.64 0 0.39
HSL 240.61º 0.47% 0.41% -
HSV(B) 240.61º 0.64% 0.61% -
XYZ 9.02 6.06 31.71 -
YUV 67.59 177.33 120.45 -
System Red Green Blue C M Y K H S L
Decimal 57 56 155 0.63 0.64 0 0.39 240.61 0.47 0.41
Hex 39 38 9B 3F 40 0 27 F1 2F 29
Octal 71 70 233 77 100 0 47 361 57 51
Binary 111001 111000 10011011 111111 1000000 0 100111 11110001 101111 101001

Color Harmonies of #39389B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39389B

Black with #39389B

Text Example


Text Example

White with #39389B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #39389B;
 }
 .AnyTagClassName
 {
   color: #39389B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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