Html Css Color HEX #373293 Dark Slate Blue

📋 copy color: '#373293'

red 55 ◦ green 50 ◦ blue 147

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

Shades of Dark Slate Blue #373293

Tints of Dark Slate Blue #373293

RGB

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

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

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

R = 21.83%
G = 19.84%
B = 58.33%

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

#373293 (or 0x373293) is known color: Dark Slate Blue. HEX triplet: 37, 32 and 93. RGB value is (55,50,147). Sum of RGB (Red+Green+Blue) = 55+50+147=252 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.83% from 252); Green value is 50 (19.92% from 255 or 19.84% from 252); Blue value is 147 (57.81% from 255 or 58.33% from 252); Max value from RGB is 147 - color contains mainly: blue. Hex color #373293 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #373293 is #C8CD6C. Grayscale: #3E3E3E. Windows color (decimal): -13159789 or 9646647. OLE color: 9646647.

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

Color convert

RGB 55 50 147 -
CMYK 0.63 0.66 0 0.42
HSL 243.09º 0.49% 0.39% -
HSV(B) 243.09º 0.66% 0.58% -
XYZ 7.98 5.2 28.19 -
YUV 62.55 175.66 122.61 -
System Red Green Blue C M Y K H S L
Decimal 55 50 147 0.63 0.66 0 0.42 243.09 0.49 0.39
Hex 37 32 93 3F 42 0 2A F3 31 27
Octal 67 62 223 77 102 0 52 363 61 47
Binary 110111 110010 10010011 111111 1000010 0 101010 11110011 110001 100111

Color Harmonies of #373293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373293

Black with #373293

Text Example


Text Example

White with #373293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #373293; }

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

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

background-color css

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

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

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

border-color css

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

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

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