Html Css Color HEX #373494 Dark Slate Blue

📋 copy color: '#373494'

red 55 ◦ green 52 ◦ blue 148

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

Shades of Dark Slate Blue #373494

Tints of Dark Slate Blue #373494

RGB

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

 GREEN value IS 52 (20.7% from 255) = 20.39%

 BLUE value IS 148 (58.2% from 255) = 58.04%

R = 21.57%
G = 20.39%
B = 58.04%

CMYK

 C value IS 0.63

 M value IS 0.65

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#373494 (or 0x373494) is known color: Dark Slate Blue. HEX triplet: 37, 34 and 94. RGB value is (55,52,148). Sum of RGB (Red+Green+Blue) = 55+52+148=255 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.57% from 255); Green value is 52 (20.70% from 255 or 20.39% from 255); Blue value is 148 (58.20% from 255 or 58.04% from 255); Max value from RGB is 148 - color contains mainly: blue. Hex color #373494 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #373494 is #C8CB6B. Grayscale: #3F3F3F. Windows color (decimal): -13159276 or 9712695. OLE color: 9712695.

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

Color convert

RGB 55 52 148 -
CMYK 0.63 0.65 0 0.42
HSL 241.88º 0.48% 0.39% -
HSV(B) 241.88º 0.65% 0.58% -
XYZ 8.15 5.41 28.63 -
YUV 63.84 175.49 121.69 -
System Red Green Blue C M Y K H S L
Decimal 55 52 148 0.63 0.65 0 0.42 241.88 0.48 0.39
Hex 37 34 94 3F 41 0 2A F2 30 27
Octal 67 64 224 77 101 0 52 362 60 47
Binary 110111 110100 10010100 111111 1000001 0 101010 11110010 110000 100111

Color Harmonies of #373494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373494

Black with #373494

Text Example


Text Example

White with #373494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #373494; }

 p { color: rgb(55,52,148); }

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

background-color css

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

 a { background-color: rgb(55,52,148); }

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

border-color css

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

 span { border-color: rgb(55,52,148); }

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