#374971

Color #374971 Port Gore (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Port Gore #374971

Tints of Port Gore #374971

Color information

#374971 (or 0x374971) is unknown color: approx Port Gore. HEX triplet: 37, 49 and 71. RGB value is (55,73,113). Sum of RGB (Red+Green+Blue) = 55+73+113=241 (31% of max value = 765). Red value is 55 (21.88% from 255 or 22.82% from 241); Green value is 73 (28.91% from 255 or 30.29% from 241); Blue value is 113 (44.53% from 255 or 46.89% from 241); Max value from RGB is 113 - color contains mainly: blue. Hex color #374971 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374971 is #C8B68E. Grayscale: #484848. Windows color (decimal): -13153935 or 7424311. OLE color: 7424311.

HSL color Cylindrical-coordinate representation of color #374971: hue angle of 221.38º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #374971 is Cyan = 0.51, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5573113-
CMYK0.510.3500.56
HSL221.38º34.52%32.94%-
HSV(B)221.38º51.33%44.31%-
XYZ6.946.7716.56-
YUV72.18151.04115.75-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22.82%
GREEN value IS 73 (28.91% from 255) = 30.29%
BLUE value IS 113 (44.53% from 255) = 46.89%
R=22.82%
G=30.29%
B=46.89%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal55731130.510.3500.56221.3834.5232.94
Hex3749713323038dd2321
Octal6711116163430703354341
Binary11011110010011110001110011100011011100011011101100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374971; }

 p { color: rgb(55,73,113); }

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

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

 a { background-color: rgb(55,73,113); }

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

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

 span { border-color: rgb(55,73,113); }

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