Html Css Color HEX #39378F Dark Slate Blue

📋 copy color: '#39378F'

red 57 ◦ green 55 ◦ blue 143

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

Shades of Dark Slate Blue #39378F

Tints of Dark Slate Blue #39378F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 21.57%

 BLUE value IS 143 (56.25% from 255) = 56.08%

R = 22.35%
G = 21.57%
B = 56.08%

CMYK

 C value IS 0.60

 M value IS 0.62

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#39378F (or 0x39378F) is known color: Dark Slate Blue. HEX triplet: 39, 37 and 8F. RGB value is (57,55,143). Sum of RGB (Red+Green+Blue) = 57+55+143=255 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.35% from 255); Green value is 55 (21.88% from 255 or 21.57% from 255); Blue value is 143 (56.25% from 255 or 56.08% from 255); Max value from RGB is 143 - color contains mainly: blue. Hex color #39378F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #39378F is #C6C870. Grayscale: #414141. Windows color (decimal): -13027441 or 9385785. OLE color: 9385785.

HSL color Cylindrical-coordinate representation of color #39378F: hue angle of 241.36º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #39378F is Cyan = 0.60, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 57 55 143 -
CMYK 0.60 0.62 0 0.44
HSL 241.36º 0.44% 0.39% -
HSV(B) 241.36º 0.62% 0.56% -
XYZ 8.01 5.59 26.64 -
YUV 65.63 171.66 121.84 -
System Red Green Blue C M Y K H S L
Decimal 57 55 143 0.60 0.62 0 0.44 241.36 0.44 0.39
Hex 39 37 8F 3C 3E 0 2C F1 2C 27
Octal 71 67 217 74 76 0 54 361 54 47
Binary 111001 110111 10001111 111100 111110 0 101100 11110001 101100 100111

Color Harmonies of #39378F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39378F

Black with #39378F

Text Example


Text Example

White with #39378F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #39378F; }

 p { color: rgb(57,55,143); }

 H1.HeaderClassName
 {
   color: #39378F;
 }
 .AnyTagClassName
 {
   color: #39378F;
 }
</style>

background-color css

<style>
 a { background-color: #39378F; }

 a { background-color: rgb(57,55,143); }

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

border-color css

<style>
 span { border-color: #39378F; }

 span { border-color: rgb(57,55,143); }

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