Html Css Color HEX #372986 Dark Slate Blue

📋 copy color: '#372986'

red 55 ◦ green 41 ◦ blue 134

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

Shades of Dark Slate Blue #372986

Tints of Dark Slate Blue #372986

RGB

 RED value IS 55 (21.88% from 255) = 23.91%

 GREEN value IS 41 (16.41% from 255) = 17.83%

 BLUE value IS 134 (52.73% from 255) = 58.26%

R = 23.91%
G = 17.83%
B = 58.26%

CMYK

 C value IS 0.59

 M value IS 0.69

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#372986 (or 0x372986) is known color: Dark Slate Blue. HEX triplet: 37, 29 and 86. RGB value is (55,41,134). Sum of RGB (Red+Green+Blue) = 55+41+134=230 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.91% from 230); Green value is 41 (16.41% from 255 or 17.83% from 230); Blue value is 134 (52.73% from 255 or 58.26% from 230); Max value from RGB is 134 - color contains mainly: blue. Hex color #372986 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #372986 is #C8D679. Grayscale: #373737. Windows color (decimal): -13162106 or 8792375. OLE color: 8792375.

HSL color Cylindrical-coordinate representation of color #372986: hue angle of 249.03º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #372986 is Cyan = 0.59, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 55 41 134 -
CMYK 0.59 0.69 0 0.47
HSL 249.03º 0.53% 0.34% -
HSV(B) 249.03º 0.69% 0.53% -
XYZ 6.67 4.12 23 -
YUV 55.79 172.14 127.44 -
System Red Green Blue C M Y K H S L
Decimal 55 41 134 0.59 0.69 0 0.47 249.03 0.53 0.34
Hex 37 29 86 3B 45 0 2F F9 35 22
Octal 67 51 206 73 105 0 57 371 65 42
Binary 110111 101001 10000110 111011 1000101 0 101111 11111001 110101 100010

Color Harmonies of #372986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372986

Black with #372986

Text Example


Text Example

White with #372986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #372986; }

 p { color: rgb(55,41,134); }

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

background-color css

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

 a { background-color: rgb(55,41,134); }

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

border-color css

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

 span { border-color: rgb(55,41,134); }

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