Html Css Color HEX #373591 Dark Slate Blue

📋 copy color: '#373591'

red 55 ◦ green 53 ◦ blue 145

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

Shades of Dark Slate Blue #373591

Tints of Dark Slate Blue #373591

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 57.31%

R = 21.74%
G = 20.95%
B = 57.31%

CMYK

 C value IS 0.62

 M value IS 0.63

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#373591 (or 0x373591) is known color: Dark Slate Blue. HEX triplet: 37, 35 and 91. RGB value is (55,53,145). Sum of RGB (Red+Green+Blue) = 55+53+145=253 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.74% from 253); Green value is 53 (21.09% from 255 or 20.95% from 253); Blue value is 145 (57.03% from 255 or 57.31% from 253); Max value from RGB is 145 - color contains mainly: blue. Hex color #373591 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #373591 is #C8CA6E. Grayscale: #3F3F3F. Windows color (decimal): -13159023 or 9516343. OLE color: 9516343.

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

Color convert

RGB 55 53 145 -
CMYK 0.62 0.63 0 0.43
HSL 241.3º 0.46% 0.39% -
HSV(B) 241.3º 0.63% 0.57% -
XYZ 7.96 5.4 27.41 -
YUV 64.09 173.66 121.52 -
System Red Green Blue C M Y K H S L
Decimal 55 53 145 0.62 0.63 0 0.43 241.3 0.46 0.39
Hex 37 35 91 3E 3F 0 2B F1 2E 27
Octal 67 65 221 76 77 0 53 361 56 47
Binary 110111 110101 10010001 111110 111111 0 101011 11110001 101110 100111

Color Harmonies of #373591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373591

Black with #373591

Text Example


Text Example

White with #373591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #373591; }

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

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

background-color css

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

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

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

border-color css

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

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

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