Html Css Color HEX #372895 Dark Slate Blue

📋 copy color: '#372895'

red 55 ◦ green 40 ◦ blue 149

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

Shades of Dark Slate Blue #372895

Tints of Dark Slate Blue #372895

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 61.07%

R = 22.54%
G = 16.39%
B = 61.07%

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

#372895 (or 0x372895) is known color: Dark Slate Blue. HEX triplet: 37, 28 and 95. RGB value is (55,40,149). Sum of RGB (Red+Green+Blue) = 55+40+149=244 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.54% from 244); Green value is 40 (16.02% from 255 or 16.39% from 244); Blue value is 149 (58.59% from 255 or 61.07% from 244); Max value from RGB is 149 - color contains mainly: blue. Hex color #372895 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #372895 is #C8D76A. Grayscale: #383838. Windows color (decimal): -13162347 or 9775159. OLE color: 9775159.

HSL color Cylindrical-coordinate representation of color #372895: hue angle of 248.26º degrees, saturation: 0.58, 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 #372895 is Cyan = 0.63, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 55 40 149 -
CMYK 0.63 0.73 0 0.42
HSL 248.26º 0.58% 0.37% -
HSV(B) 248.26º 0.73% 0.58% -
XYZ 7.76 4.5 28.89 -
YUV 56.91 179.97 126.64 -
System Red Green Blue C M Y K H S L
Decimal 55 40 149 0.63 0.73 0 0.42 248.26 0.58 0.37
Hex 37 28 95 3F 49 0 2A F8 3A 25
Octal 67 50 225 77 111 0 52 370 72 45
Binary 110111 101000 10010101 111111 1001001 0 101010 11111000 111010 100101

Color Harmonies of #372895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372895

Black with #372895

Text Example


Text Example

White with #372895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #372895; }

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

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

background-color css

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

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

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

border-color css

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

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

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