Html Css Color HEX #372994 Dark Slate Blue

📋 copy color: '#372994'

red 55 ◦ green 41 ◦ blue 148

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

Shades of Dark Slate Blue #372994

Tints of Dark Slate Blue #372994

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 60.66%

R = 22.54%
G = 16.8%
B = 60.66%

CMYK

 C value IS 0.63

 M value IS 0.72

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#372994 (or 0x372994) is known color: Dark Slate Blue. HEX triplet: 37, 29 and 94. RGB value is (55,41,148). Sum of RGB (Red+Green+Blue) = 55+41+148=244 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.54% from 244); Green value is 41 (16.41% from 255 or 16.80% from 244); Blue value is 148 (58.20% from 255 or 60.66% from 244); Max value from RGB is 148 - color contains mainly: blue. Hex color #372994 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #372994 is #C8D66B. Grayscale: #383838. Windows color (decimal): -13162092 or 9709879. OLE color: 9709879.

HSL color Cylindrical-coordinate representation of color #372994: hue angle of 247.85º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #372994 is Cyan = 0.63, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 55 41 148 -
CMYK 0.63 0.72 0 0.42
HSL 247.85º 0.57% 0.37% -
HSV(B) 247.85º 0.72% 0.58% -
XYZ 7.71 4.54 28.49 -
YUV 57.38 179.14 126.3 -
System Red Green Blue C M Y K H S L
Decimal 55 41 148 0.63 0.72 0 0.42 247.85 0.57 0.37
Hex 37 29 94 3F 48 0 2A F8 39 25
Octal 67 51 224 77 110 0 52 370 71 45
Binary 110111 101001 10010100 111111 1001000 0 101010 11111000 111001 100101

Color Harmonies of #372994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372994

Black with #372994

Text Example


Text Example

White with #372994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #372994; }

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

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

background-color css

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

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

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

border-color css

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

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

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