Html Css Color HEX #373291 Dark Slate Blue

📋 copy color: '#373291'

red 55 ◦ green 50 ◦ blue 145

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

Shades of Dark Slate Blue #373291

Tints of Dark Slate Blue #373291

RGB

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

 GREEN value IS 50 (19.92% from 255) = 20%

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

R = 22%
G = 20%
B = 58%

CMYK

 C value IS 0.62

 M value IS 0.66

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#373291 (or 0x373291) is known color: Dark Slate Blue. HEX triplet: 37, 32 and 91. RGB value is (55,50,145). Sum of RGB (Red+Green+Blue) = 55+50+145=250 (33% of max value = 765). Red value is 55 (21.88% from 255 or 22% from 250); Green value is 50 (19.92% from 255 or 20% from 250); Blue value is 145 (57.03% from 255 or 58% from 250); Max value from RGB is 145 - color contains mainly: blue. Hex color #373291 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #373291 is #C8CD6E. Grayscale: #3D3D3D. Windows color (decimal): -13159791 or 9515575. OLE color: 9515575.

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

Color convert

RGB 55 50 145 -
CMYK 0.62 0.66 0 0.43
HSL 243.16º 0.49% 0.38% -
HSV(B) 243.16º 0.66% 0.57% -
XYZ 7.83 5.14 27.37 -
YUV 62.33 174.66 122.78 -
System Red Green Blue C M Y K H S L
Decimal 55 50 145 0.62 0.66 0 0.43 243.16 0.49 0.38
Hex 37 32 91 3E 42 0 2B F3 31 26
Octal 67 62 221 76 102 0 53 363 61 46
Binary 110111 110010 10010001 111110 1000010 0 101011 11110011 110001 100110

Color Harmonies of #373291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373291

Black with #373291

Text Example


Text Example

White with #373291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #373291; }

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

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

background-color css

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

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

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

border-color css

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

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

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