Html Css Color HEX #373496 Dark Slate Blue

📋 copy color: '#373496'

red 55 ◦ green 52 ◦ blue 150

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

Shades of Dark Slate Blue #373496

Tints of Dark Slate Blue #373496

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 58.37%

R = 21.4%
G = 20.23%
B = 58.37%

CMYK

 C value IS 0.63

 M value IS 0.65

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#373496 (or 0x373496) is known color: Dark Slate Blue. HEX triplet: 37, 34 and 96. RGB value is (55,52,150). Sum of RGB (Red+Green+Blue) = 55+52+150=257 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.40% from 257); Green value is 52 (20.70% from 255 or 20.23% from 257); Blue value is 150 (58.98% from 255 or 58.37% from 257); Max value from RGB is 150 - color contains mainly: blue. Hex color #373496 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #373496 is #C8CB69. Grayscale: #3F3F3F. Windows color (decimal): -13159274 or 9843767. OLE color: 9843767.

HSL color Cylindrical-coordinate representation of color #373496: hue angle of 241.84º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #373496 is Cyan = 0.63, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 55 52 150 -
CMYK 0.63 0.65 0 0.41
HSL 241.84º 0.49% 0.4% -
HSV(B) 241.84º 0.65% 0.59% -
XYZ 8.31 5.47 29.47 -
YUV 64.07 176.49 121.53 -
System Red Green Blue C M Y K H S L
Decimal 55 52 150 0.63 0.65 0 0.41 241.84 0.49 0.4
Hex 37 34 96 3F 41 0 29 F2 31 28
Octal 67 64 226 77 101 0 51 362 61 50
Binary 110111 110100 10010110 111111 1000001 0 101001 11110010 110001 101000

Color Harmonies of #373496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373496

Black with #373496

Text Example


Text Example

White with #373496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #373496; }

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

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

background-color css

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

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

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

border-color css

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

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

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