Html Css Color HEX #373694 Dark Slate Blue

📋 copy color: '#373694'

red 55 ◦ green 54 ◦ blue 148

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

Shades of Dark Slate Blue #373694

Tints of Dark Slate Blue #373694

RGB

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

 GREEN value IS 54 (21.48% from 255) = 21.01%

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

R = 21.4%
G = 21.01%
B = 57.59%

CMYK

 C value IS 0.63

 M value IS 0.64

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#373694 (or 0x373694) is known color: Dark Slate Blue. HEX triplet: 37, 36 and 94. RGB value is (55,54,148). Sum of RGB (Red+Green+Blue) = 55+54+148=257 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.40% from 257); Green value is 54 (21.48% from 255 or 21.01% from 257); Blue value is 148 (58.20% from 255 or 57.59% from 257); Max value from RGB is 148 - color contains mainly: blue. Hex color #373694 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #373694 is #C8C96B. Grayscale: #404040. Windows color (decimal): -13158764 or 9713207. OLE color: 9713207.

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

Color convert

RGB 55 54 148 -
CMYK 0.63 0.64 0 0.42
HSL 240.64º 0.47% 0.4% -
HSV(B) 240.64º 0.64% 0.58% -
XYZ 8.24 5.59 28.66 -
YUV 65.02 174.83 120.86 -
System Red Green Blue C M Y K H S L
Decimal 55 54 148 0.63 0.64 0 0.42 240.64 0.47 0.4
Hex 37 36 94 3F 40 0 2A F1 2F 28
Octal 67 66 224 77 100 0 52 361 57 50
Binary 110111 110110 10010100 111111 1000000 0 101010 11110001 101111 101000

Color Harmonies of #373694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373694

Black with #373694

Text Example


Text Example

White with #373694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #373694; }

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

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

background-color css

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

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

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

border-color css

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

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

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