Html Css Color HEX #373199 Dark Slate Blue

📋 copy color: '#373199'

red 55 ◦ green 49 ◦ blue 153

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

Shades of Dark Slate Blue #373199

Tints of Dark Slate Blue #373199

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 59.53%

R = 21.4%
G = 19.07%
B = 59.53%

CMYK

 C value IS 0.64

 M value IS 0.68

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#373199 (or 0x373199) is known color: Dark Slate Blue. HEX triplet: 37, 31 and 99. RGB value is (55,49,153). Sum of RGB (Red+Green+Blue) = 55+49+153=257 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.40% from 257); Green value is 49 (19.53% from 255 or 19.07% from 257); Blue value is 153 (60.16% from 255 or 59.53% from 257); Max value from RGB is 153 - color contains mainly: blue. Hex color #373199 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #373199 is #C8CE66. Grayscale: #3E3E3E. Windows color (decimal): -13160039 or 10039607. OLE color: 10039607.

HSL color Cylindrical-coordinate representation of color #373199: hue angle of 243.46º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #373199 is Cyan = 0.64, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 55 49 153 -
CMYK 0.64 0.68 0 0.4
HSL 243.46º 0.51% 0.4% -
HSV(B) 243.46º 0.68% 0.6% -
XYZ 8.42 5.31 30.72 -
YUV 62.65 178.99 122.54 -
System Red Green Blue C M Y K H S L
Decimal 55 49 153 0.64 0.68 0 0.4 243.46 0.51 0.4
Hex 37 31 99 40 44 0 28 F3 33 28
Octal 67 61 231 100 104 0 50 363 63 50
Binary 110111 110001 10011001 1000000 1000100 0 101000 11110011 110011 101000

Color Harmonies of #373199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373199

Black with #373199

Text Example


Text Example

White with #373199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #373199; }

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

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

background-color css

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

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

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

border-color css

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

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

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