Html Css Color HEX #373192 Dark Slate Blue

📋 copy color: '#373192'

red 55 ◦ green 49 ◦ blue 146

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

Shades of Dark Slate Blue #373192

Tints of Dark Slate Blue #373192

RGB

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

 GREEN value IS 49 (19.53% from 255) = 19.6%

 BLUE value IS 146 (57.42% from 255) = 58.4%

R = 22%
G = 19.6%
B = 58.4%

CMYK

 C value IS 0.62

 M value IS 0.66

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#373192 (or 0x373192) is known color: Dark Slate Blue. HEX triplet: 37, 31 and 92. RGB value is (55,49,146). Sum of RGB (Red+Green+Blue) = 55+49+146=250 (33% of max value = 765). Red value is 55 (21.88% from 255 or 22% from 250); Green value is 49 (19.53% from 255 or 19.6% from 250); Blue value is 146 (57.42% from 255 or 58.4% from 250); Max value from RGB is 146 - color contains mainly: blue. Hex color #373192 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #373192 is #C8CE6D. Grayscale: #3D3D3D. Windows color (decimal): -13160046 or 9580855. OLE color: 9580855.

HSL color Cylindrical-coordinate representation of color #373192: hue angle of 243.71º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #373192 is Cyan = 0.62, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 55 49 146 -
CMYK 0.62 0.66 0 0.43
HSL 243.71º 0.5% 0.38% -
HSV(B) 243.71º 0.66% 0.57% -
XYZ 7.86 5.08 27.76 -
YUV 61.85 175.49 123.11 -
System Red Green Blue C M Y K H S L
Decimal 55 49 146 0.62 0.66 0 0.43 243.71 0.5 0.38
Hex 37 31 92 3E 42 0 2B F4 32 26
Octal 67 61 222 76 102 0 53 364 62 46
Binary 110111 110001 10010010 111110 1000010 0 101011 11110100 110010 100110

Color Harmonies of #373192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373192

Black with #373192

Text Example


Text Example

White with #373192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #373192; }

 p { color: rgb(55,49,146); }

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

background-color css

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

 a { background-color: rgb(55,49,146); }

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

border-color css

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

 span { border-color: rgb(55,49,146); }

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