Html Css Color HEX #373091 Dark Slate Blue

📋 copy color: '#373091'

red 55 ◦ green 48 ◦ blue 145

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

Shades of Dark Slate Blue #373091

Tints of Dark Slate Blue #373091

RGB

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

 GREEN value IS 48 (19.14% from 255) = 19.35%

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

R = 22.18%
G = 19.35%
B = 58.47%

CMYK

 C value IS 0.62

 M value IS 0.67

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#373091 (or 0x373091) is known color: Dark Slate Blue. HEX triplet: 37, 30 and 91. RGB value is (55,48,145). Sum of RGB (Red+Green+Blue) = 55+48+145=248 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.18% from 248); Green value is 48 (19.14% from 255 or 19.35% from 248); Blue value is 145 (57.03% from 255 or 58.47% from 248); Max value from RGB is 145 - color contains mainly: blue. Hex color #373091 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #373091 is #C8CF6E. Grayscale: #3C3C3C. Windows color (decimal): -13160303 or 9515063. OLE color: 9515063.

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

Color convert

RGB 55 48 145 -
CMYK 0.62 0.67 0 0.43
HSL 244.33º 0.5% 0.38% -
HSV(B) 244.33º 0.67% 0.57% -
XYZ 7.74 4.97 27.34 -
YUV 61.15 175.32 123.61 -
System Red Green Blue C M Y K H S L
Decimal 55 48 145 0.62 0.67 0 0.43 244.33 0.5 0.38
Hex 37 30 91 3E 43 0 2B F4 32 26
Octal 67 60 221 76 103 0 53 364 62 46
Binary 110111 110000 10010001 111110 1000011 0 101011 11110100 110010 100110

Color Harmonies of #373091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373091

Black with #373091

Text Example


Text Example

White with #373091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #373091; }

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

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

background-color css

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

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

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

border-color css

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

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

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