Html Css Color HEX #372891 Dark Slate Blue

📋 copy color: '#372891'

red 55 ◦ green 40 ◦ blue 145

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

Shades of Dark Slate Blue #372891

Tints of Dark Slate Blue #372891

RGB

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

 GREEN value IS 40 (16.02% from 255) = 16.67%

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

R = 22.92%
G = 16.67%
B = 60.42%

CMYK

 C value IS 0.62

 M value IS 0.72

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#372891 (or 0x372891) is known color: Dark Slate Blue. HEX triplet: 37, 28 and 91. RGB value is (55,40,145). Sum of RGB (Red+Green+Blue) = 55+40+145=240 (31% of max value = 765). Red value is 55 (21.88% from 255 or 22.92% from 240); Green value is 40 (16.02% from 255 or 16.67% from 240); Blue value is 145 (57.03% from 255 or 60.42% from 240); Max value from RGB is 145 - color contains mainly: blue. Hex color #372891 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #372891 is #C8D76E. Grayscale: #383838. Windows color (decimal): -13162351 or 9513015. OLE color: 9513015.

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

Color convert

RGB 55 40 145 -
CMYK 0.62 0.72 0 0.43
HSL 248.57º 0.57% 0.36% -
HSV(B) 248.57º 0.72% 0.57% -
XYZ 7.45 4.37 27.24 -
YUV 56.46 177.97 126.96 -
System Red Green Blue C M Y K H S L
Decimal 55 40 145 0.62 0.72 0 0.43 248.57 0.57 0.36
Hex 37 28 91 3E 48 0 2B F9 39 24
Octal 67 50 221 76 110 0 53 371 71 44
Binary 110111 101000 10010001 111110 1001000 0 101011 11111001 111001 100100

Color Harmonies of #372891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372891

Black with #372891

Text Example


Text Example

White with #372891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #372891; }

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

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

background-color css

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

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

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

border-color css

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

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

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