Html Css Color HEX #372993 Dark Slate Blue

📋 copy color: '#372993'

red 55 ◦ green 41 ◦ blue 147

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

Shades of Dark Slate Blue #372993

Tints of Dark Slate Blue #372993

RGB

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

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

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

R = 22.63%
G = 16.87%
B = 60.49%

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

#372993 (or 0x372993) is known color: Dark Slate Blue. HEX triplet: 37, 29 and 93. RGB value is (55,41,147). Sum of RGB (Red+Green+Blue) = 55+41+147=243 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.63% from 243); Green value is 41 (16.41% from 255 or 16.87% from 243); Blue value is 147 (57.81% from 255 or 60.49% from 243); Max value from RGB is 147 - color contains mainly: blue. Hex color #372993 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #372993 is #C8D66C. Grayscale: #383838. Windows color (decimal): -13162093 or 9644343. OLE color: 9644343.

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

Color convert

RGB 55 41 147 -
CMYK 0.63 0.72 0 0.42
HSL 247.92º 0.56% 0.37% -
HSV(B) 247.92º 0.72% 0.58% -
XYZ 7.63 4.5 28.07 -
YUV 57.27 178.64 126.38 -
System Red Green Blue C M Y K H S L
Decimal 55 41 147 0.63 0.72 0 0.42 247.92 0.56 0.37
Hex 37 29 93 3F 48 0 2A F8 38 25
Octal 67 51 223 77 110 0 52 370 70 45
Binary 110111 101001 10010011 111111 1001000 0 101010 11111000 111000 100101

Color Harmonies of #372993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372993

Black with #372993

Text Example


Text Example

White with #372993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #372993; }

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

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

background-color css

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

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

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

border-color css

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

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

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