Html Css Color HEX #373491 Dark Slate Blue

📋 copy color: '#373491'

red 55 ◦ green 52 ◦ blue 145

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

Shades of Dark Slate Blue #373491

Tints of Dark Slate Blue #373491

RGB

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

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

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

R = 21.83%
G = 20.63%
B = 57.54%

CMYK

 C value IS 0.62

 M value IS 0.64

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#373491 (or 0x373491) is known color: Dark Slate Blue. HEX triplet: 37, 34 and 91. RGB value is (55,52,145). Sum of RGB (Red+Green+Blue) = 55+52+145=252 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.83% from 252); Green value is 52 (20.70% from 255 or 20.63% from 252); Blue value is 145 (57.03% from 255 or 57.54% from 252); Max value from RGB is 145 - color contains mainly: blue. Hex color #373491 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #373491 is #C8CB6E. Grayscale: #3F3F3F. Windows color (decimal): -13159279 or 9516087. OLE color: 9516087.

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

Color convert

RGB 55 52 145 -
CMYK 0.62 0.64 0 0.43
HSL 241.94º 0.47% 0.39% -
HSV(B) 241.94º 0.64% 0.57% -
XYZ 7.91 5.31 27.4 -
YUV 63.5 173.99 121.94 -
System Red Green Blue C M Y K H S L
Decimal 55 52 145 0.62 0.64 0 0.43 241.94 0.47 0.39
Hex 37 34 91 3E 40 0 2B F2 2F 27
Octal 67 64 221 76 100 0 53 362 57 47
Binary 110111 110100 10010001 111110 1000000 0 101011 11110010 101111 100111

Color Harmonies of #373491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373491

Black with #373491

Text Example


Text Example

White with #373491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #373491; }

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

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

background-color css

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

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

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

border-color css

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

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

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