Html Css Color HEX #372988 Dark Slate Blue

📋 copy color: '#372988'

red 55 ◦ green 41 ◦ blue 136

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

Shades of Dark Slate Blue #372988

Tints of Dark Slate Blue #372988

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 58.62%

R = 23.71%
G = 17.67%
B = 58.62%

CMYK

 C value IS 0.60

 M value IS 0.70

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#372988 (or 0x372988) is known color: Dark Slate Blue. HEX triplet: 37, 29 and 88. RGB value is (55,41,136). Sum of RGB (Red+Green+Blue) = 55+41+136=232 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.71% from 232); Green value is 41 (16.41% from 255 or 17.67% from 232); Blue value is 136 (53.52% from 255 or 58.62% from 232); Max value from RGB is 136 - color contains mainly: blue. Hex color #372988 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #372988 is #C8D677. Grayscale: #373737. Windows color (decimal): -13162104 or 8923447. OLE color: 8923447.

HSL color Cylindrical-coordinate representation of color #372988: hue angle of 248.84º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #372988 is Cyan = 0.60, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 55 41 136 -
CMYK 0.60 0.70 0 0.47
HSL 248.84º 0.54% 0.35% -
HSV(B) 248.84º 0.7% 0.53% -
XYZ 6.81 4.18 23.74 -
YUV 56.02 173.14 127.28 -
System Red Green Blue C M Y K H S L
Decimal 55 41 136 0.60 0.70 0 0.47 248.84 0.54 0.35
Hex 37 29 88 3C 46 0 2F F9 36 23
Octal 67 51 210 74 106 0 57 371 66 43
Binary 110111 101001 10001000 111100 1000110 0 101111 11111001 110110 100011

Color Harmonies of #372988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372988

Black with #372988

Text Example


Text Example

White with #372988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #372988; }

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

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

background-color css

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

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

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

border-color css

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

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

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