Html Css Color HEX #373593 Dark Slate Blue

📋 copy color: '#373593'

red 55 ◦ green 53 ◦ blue 147

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

Shades of Dark Slate Blue #373593

Tints of Dark Slate Blue #373593

RGB

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

 GREEN value IS 53 (21.09% from 255) = 20.78%

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

R = 21.57%
G = 20.78%
B = 57.65%

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

#373593 (or 0x373593) is known color: Dark Slate Blue. HEX triplet: 37, 35 and 93. RGB value is (55,53,147). Sum of RGB (Red+Green+Blue) = 55+53+147=255 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.57% from 255); Green value is 53 (21.09% from 255 or 20.78% from 255); Blue value is 147 (57.81% from 255 or 57.65% from 255); Max value from RGB is 147 - color contains mainly: blue. Hex color #373593 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #373593 is #C8CA6C. Grayscale: #3F3F3F. Windows color (decimal): -13159021 or 9647415. OLE color: 9647415.

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

Color convert

RGB 55 53 147 -
CMYK 0.63 0.64 0 0.42
HSL 241.28º 0.47% 0.39% -
HSV(B) 241.28º 0.64% 0.58% -
XYZ 8.12 5.47 28.23 -
YUV 64.31 174.66 121.36 -
System Red Green Blue C M Y K H S L
Decimal 55 53 147 0.63 0.64 0 0.42 241.28 0.47 0.39
Hex 37 35 93 3F 40 0 2A F1 2F 27
Octal 67 65 223 77 100 0 52 361 57 47
Binary 110111 110101 10010011 111111 1000000 0 101010 11110001 101111 100111

Color Harmonies of #373593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373593

Black with #373593

Text Example


Text Example

White with #373593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #373593; }

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

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

background-color css

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

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

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

border-color css

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

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

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