Html Css Color HEX #39369E Dark Slate Blue

📋 copy color: '#39369E'

red 57 ◦ green 54 ◦ blue 158

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

Shades of Dark Slate Blue #39369E

Tints of Dark Slate Blue #39369E

RGB

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

 GREEN value IS 54 (21.48% from 255) = 20.07%

 BLUE value IS 158 (62.11% from 255) = 58.74%

R = 21.19%
G = 20.07%
B = 58.74%

CMYK

 C value IS 0.64

 M value IS 0.66

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#39369E (or 0x39369E) is known color: Dark Slate Blue. HEX triplet: 39, 36 and 9E. RGB value is (57,54,158). Sum of RGB (Red+Green+Blue) = 57+54+158=269 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.19% from 269); Green value is 54 (21.48% from 255 or 20.07% from 269); Blue value is 158 (62.11% from 255 or 58.74% from 269); Max value from RGB is 158 - color contains mainly: blue. Hex color #39369E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #39369E is #C6C961. Grayscale: #424242. Windows color (decimal): -13027682 or 10368569. OLE color: 10368569.

HSL color Cylindrical-coordinate representation of color #39369E: hue angle of 241.73º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #39369E is Cyan = 0.64, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 57 54 158 -
CMYK 0.64 0.66 0 0.38
HSL 241.73º 0.49% 0.42% -
HSV(B) 241.73º 0.66% 0.62% -
XYZ 9.18 5.98 33.02 -
YUV 66.75 179.49 121.04 -
System Red Green Blue C M Y K H S L
Decimal 57 54 158 0.64 0.66 0 0.38 241.73 0.49 0.42
Hex 39 36 9E 40 42 0 26 F2 31 2A
Octal 71 66 236 100 102 0 46 362 61 52
Binary 111001 110110 10011110 1000000 1000010 0 100110 11110010 110001 101010

Color Harmonies of #39369E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39369E

Black with #39369E

Text Example


Text Example

White with #39369E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #39369E; }

 p { color: rgb(57,54,158); }

 H1.HeaderClassName
 {
   color: #39369E;
 }
 .AnyTagClassName
 {
   color: #39369E;
 }
</style>

background-color css

<style>
 a { background-color: #39369E; }

 a { background-color: rgb(57,54,158); }

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

border-color css

<style>
 span { border-color: #39369E; }

 span { border-color: rgb(57,54,158); }

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