Html Css Color HEX #373295 Dark Slate Blue

📋 copy color: '#373295'

red 55 ◦ green 50 ◦ blue 149

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

Shades of Dark Slate Blue #373295

Tints of Dark Slate Blue #373295

RGB

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

 GREEN value IS 50 (19.92% from 255) = 19.69%

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

R = 21.65%
G = 19.69%
B = 58.66%

CMYK

 C value IS 0.63

 M value IS 0.66

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#373295 (or 0x373295) is known color: Dark Slate Blue. HEX triplet: 37, 32 and 95. RGB value is (55,50,149). Sum of RGB (Red+Green+Blue) = 55+50+149=254 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.65% from 254); Green value is 50 (19.92% from 255 or 19.69% from 254); Blue value is 149 (58.59% from 255 or 58.66% from 254); Max value from RGB is 149 - color contains mainly: blue. Hex color #373295 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #373295 is #C8CD6A. Grayscale: #3E3E3E. Windows color (decimal): -13159787 or 9777719. OLE color: 9777719.

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

Color convert

RGB 55 50 149 -
CMYK 0.63 0.66 0 0.42
HSL 243.03º 0.5% 0.39% -
HSV(B) 243.03º 0.66% 0.58% -
XYZ 8.14 5.26 29.02 -
YUV 62.78 176.66 122.45 -
System Red Green Blue C M Y K H S L
Decimal 55 50 149 0.63 0.66 0 0.42 243.03 0.5 0.39
Hex 37 32 95 3F 42 0 2A F3 32 27
Octal 67 62 225 77 102 0 52 363 62 47
Binary 110111 110010 10010101 111111 1000010 0 101010 11110011 110010 100111

Color Harmonies of #373295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373295

Black with #373295

Text Example


Text Example

White with #373295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #373295; }

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

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

background-color css

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

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

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

border-color css

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

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

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