Html Css Color HEX #372C93 Dark Slate Blue

📋 copy color: '#372C93'

red 55 ◦ green 44 ◦ blue 147

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

Shades of Dark Slate Blue #372C93

Tints of Dark Slate Blue #372C93

RGB

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

 GREEN value IS 44 (17.58% from 255) = 17.89%

 BLUE value IS 147 (57.81% from 255) = 59.76%

R = 22.36%
G = 17.89%
B = 59.76%

CMYK

 C value IS 0.63

 M value IS 0.70

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#372C93 (or 0x372C93) is known color: Dark Slate Blue. HEX triplet: 37, 2C and 93. RGB value is (55,44,147). Sum of RGB (Red+Green+Blue) = 55+44+147=246 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.36% from 246); Green value is 44 (17.58% from 255 or 17.89% from 246); Blue value is 147 (57.81% from 255 or 59.76% from 246); Max value from RGB is 147 - color contains mainly: blue. Hex color #372C93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #372C93 is #C8D36C. Grayscale: #3A3A3A. Windows color (decimal): -13161325 or 9645111. OLE color: 9645111.

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

Color convert

RGB 55 44 147 -
CMYK 0.63 0.70 0 0.42
HSL 246.41º 0.54% 0.37% -
HSV(B) 246.41º 0.7% 0.58% -
XYZ 7.74 4.72 28.11 -
YUV 59.03 177.64 125.12 -
System Red Green Blue C M Y K H S L
Decimal 55 44 147 0.63 0.70 0 0.42 246.41 0.54 0.37
Hex 37 2C 93 3F 46 0 2A F6 36 25
Octal 67 54 223 77 106 0 52 366 66 45
Binary 110111 101100 10010011 111111 1000110 0 101010 11110110 110110 100101

Color Harmonies of #372C93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372C93

Black with #372C93

Text Example


Text Example

White with #372C93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #372C93; }

 p { color: rgb(55,44,147); }

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

background-color css

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

 a { background-color: rgb(55,44,147); }

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

border-color css

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

 span { border-color: rgb(55,44,147); }

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