Html Css Color HEX #372491 Dark Slate Blue

📋 copy color: '#372491'

red 55 ◦ green 36 ◦ blue 145

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

Shades of Dark Slate Blue #372491

Tints of Dark Slate Blue #372491

RGB

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

 GREEN value IS 36 (14.45% from 255) = 15.25%

 BLUE value IS 145 (57.03% from 255) = 61.44%

R = 23.31%
G = 15.25%
B = 61.44%

CMYK

 C value IS 0.62

 M value IS 0.75

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#372491 (or 0x372491) is known color: Dark Slate Blue. HEX triplet: 37, 24 and 91. RGB value is (55,36,145). Sum of RGB (Red+Green+Blue) = 55+36+145=236 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.31% from 236); Green value is 36 (14.45% from 255 or 15.25% from 236); Blue value is 145 (57.03% from 255 or 61.44% from 236); Max value from RGB is 145 - color contains mainly: blue. Hex color #372491 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #372491 is #C8DB6E. Grayscale: #353535. Windows color (decimal): -13163375 or 9511991. OLE color: 9511991.

HSL color Cylindrical-coordinate representation of color #372491: hue angle of 250.46º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #372491 is Cyan = 0.62, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 55 36 145 -
CMYK 0.62 0.75 0 0.43
HSL 250.46º 0.6% 0.35% -
HSV(B) 250.46º 0.75% 0.57% -
XYZ 7.32 4.12 27.2 -
YUV 54.11 179.29 128.64 -
System Red Green Blue C M Y K H S L
Decimal 55 36 145 0.62 0.75 0 0.43 250.46 0.6 0.35
Hex 37 24 91 3E 4B 0 2B FA 3C 23
Octal 67 44 221 76 113 0 53 372 74 43
Binary 110111 100100 10010001 111110 1001011 0 101011 11111010 111100 100011

Color Harmonies of #372491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372491

Black with #372491

Text Example


Text Example

White with #372491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #372491; }

 p { color: rgb(55,36,145); }

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

background-color css

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

 a { background-color: rgb(55,36,145); }

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

border-color css

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

 span { border-color: rgb(55,36,145); }

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