Html Css Color HEX #372998 Dark Slate Blue

📋 copy color: '#372998'

red 55 ◦ green 41 ◦ blue 152

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

Shades of Dark Slate Blue #372998

Tints of Dark Slate Blue #372998

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 61.29%

R = 22.18%
G = 16.53%
B = 61.29%

CMYK

 C value IS 0.64

 M value IS 0.73

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#372998 (or 0x372998) is known color: Dark Slate Blue. HEX triplet: 37, 29 and 98. RGB value is (55,41,152). Sum of RGB (Red+Green+Blue) = 55+41+152=248 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.18% from 248); Green value is 41 (16.41% from 255 or 16.53% from 248); Blue value is 152 (59.77% from 255 or 61.29% from 248); Max value from RGB is 152 - color contains mainly: blue. Hex color #372998 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #372998 is #C8D667. Grayscale: #393939. Windows color (decimal): -13162088 or 9972023. OLE color: 9972023.

HSL color Cylindrical-coordinate representation of color #372998: hue angle of 247.57º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #372998 is Cyan = 0.64, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 55 41 152 -
CMYK 0.64 0.73 0 0.40
HSL 247.57º 0.58% 0.38% -
HSV(B) 247.57º 0.73% 0.6% -
XYZ 8.04 4.67 30.18 -
YUV 57.84 181.14 125.97 -
System Red Green Blue C M Y K H S L
Decimal 55 41 152 0.64 0.73 0 0.40 247.57 0.58 0.38
Hex 37 29 98 40 49 0 28 F8 3A 26
Octal 67 51 230 100 111 0 50 370 72 46
Binary 110111 101001 10011000 1000000 1001001 0 101000 11111000 111010 100110

Color Harmonies of #372998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372998

Black with #372998

Text Example


Text Example

White with #372998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #372998; }

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

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

background-color css

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

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

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

border-color css

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

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

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