#371E50

Color #371E50 Jagger (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jagger #371E50

Tints of Jagger #371E50

Color information

#371E50 (or 0x371E50) is unknown color: approx Jagger. HEX triplet: 37, 1E and 50. RGB value is (55,30,80). Sum of RGB (Red+Green+Blue) = 55+30+80=165 (21% of max value = 765). Red value is 55 (21.88% from 255 or 33.33% from 165); Green value is 30 (12.11% from 255 or 18.18% from 165); Blue value is 80 (31.64% from 255 or 48.48% from 165); Max value from RGB is 80 - color contains mainly: blue. Hex color #371E50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #371E50 is #C8E1AF. Grayscale: #2B2B2B. Windows color (decimal): -13164976 or 5250615. OLE color: 5250615.

HSL color Cylindrical-coordinate representation of color #371E50: hue angle of 270º degrees, saturation: 0.45, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #371E50 is Cyan = 0.31, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB553080-
CMYK0.310.6200.69
HSL270º45.45%21.57%-
HSV(B)270º62.5%31.37%-
XYZ3.492.327.85-
YUV43.18148.78136.43-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 33.33%
GREEN value IS 30 (12.11% from 255) = 18.18%
BLUE value IS 80 (31.64% from 255) = 48.48%
R=33.33%
G=18.18%
B=48.48%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5530800.310.6200.6927045.4521.57
Hex371E501F3E04510e2d16
Octal6736120377601054165526
Binary110111111101010000111111111100100010110000111010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371E50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #371E50; }

 p { color: rgb(55,30,80); }

 H1.HeaderClassName
 {
   color: #371E50;
 }
 .AnyTagClassName
 {
   color: #371E50;
 }
</style>
background-color css

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

 a { background-color: rgb(55,30,80); }

 div.DivClassName
 {
   background-color: #371E50;
 }
 .BgClassName
 {
   background-color: #371E50;
 }
</style>
border-color css

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

 span { border-color: rgb(55,30,80); }

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