Html Css Color HEX #372893 Dark Slate Blue

📋 copy color: '#372893'

red 55 ◦ green 40 ◦ blue 147

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

Shades of Dark Slate Blue #372893

Tints of Dark Slate Blue #372893

RGB

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

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

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

R = 22.73%
G = 16.53%
B = 60.74%

CMYK

 C value IS 0.63

 M value IS 0.73

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#372893 (or 0x372893) is known color: Dark Slate Blue. HEX triplet: 37, 28 and 93. RGB value is (55,40,147). Sum of RGB (Red+Green+Blue) = 55+40+147=242 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.73% from 242); Green value is 40 (16.02% from 255 or 16.53% from 242); Blue value is 147 (57.81% from 255 or 60.74% from 242); Max value from RGB is 147 - color contains mainly: blue. Hex color #372893 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #372893 is #C8D76C. Grayscale: #383838. Windows color (decimal): -13162349 or 9644087. OLE color: 9644087.

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

Color convert

RGB 55 40 147 -
CMYK 0.63 0.73 0 0.42
HSL 248.41º 0.57% 0.37% -
HSV(B) 248.41º 0.73% 0.58% -
XYZ 7.6 4.44 28.06 -
YUV 56.68 178.97 126.8 -
System Red Green Blue C M Y K H S L
Decimal 55 40 147 0.63 0.73 0 0.42 248.41 0.57 0.37
Hex 37 28 93 3F 49 0 2A F8 39 25
Octal 67 50 223 77 111 0 52 370 71 45
Binary 110111 101000 10010011 111111 1001001 0 101010 11111000 111001 100101

Color Harmonies of #372893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372893

Black with #372893

Text Example


Text Example

White with #372893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #372893; }

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

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

background-color css

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

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

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

border-color css

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

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

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