Html Css Color HEX #373392 Dark Slate Blue

📋 copy color: '#373392'

red 55 ◦ green 51 ◦ blue 146

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

Shades of Dark Slate Blue #373392

Tints of Dark Slate Blue #373392

RGB

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

 GREEN value IS 51 (20.31% from 255) = 20.24%

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

R = 21.83%
G = 20.24%
B = 57.94%

CMYK

 C value IS 0.62

 M value IS 0.65

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#373392 (or 0x373392) is known color: Dark Slate Blue. HEX triplet: 37, 33 and 92. RGB value is (55,51,146). Sum of RGB (Red+Green+Blue) = 55+51+146=252 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.83% from 252); Green value is 51 (20.31% from 255 or 20.24% from 252); Blue value is 146 (57.42% from 255 or 57.94% from 252); Max value from RGB is 146 - color contains mainly: blue. Hex color #373392 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #373392 is #C8CC6D. Grayscale: #3E3E3E. Windows color (decimal): -13159534 or 9581367. OLE color: 9581367.

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

Color convert

RGB 55 51 146 -
CMYK 0.62 0.65 0 0.43
HSL 242.53º 0.48% 0.39% -
HSV(B) 242.53º 0.65% 0.57% -
XYZ 7.95 5.26 27.79 -
YUV 63.03 174.83 122.28 -
System Red Green Blue C M Y K H S L
Decimal 55 51 146 0.62 0.65 0 0.43 242.53 0.48 0.39
Hex 37 33 92 3E 41 0 2B F3 30 27
Octal 67 63 222 76 101 0 53 363 60 47
Binary 110111 110011 10010010 111110 1000001 0 101011 11110011 110000 100111

Color Harmonies of #373392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373392

Black with #373392

Text Example


Text Example

White with #373392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #373392; }

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

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

background-color css

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

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

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

border-color css

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

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

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