#374471

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

Shades of Port Gore #374471

Tints of Port Gore #374471

Color information

#374471 (or 0x374471) is unknown color: approx Port Gore. HEX triplet: 37, 44 and 71. RGB value is (55,68,113). Sum of RGB (Red+Green+Blue) = 55+68+113=236 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.31% from 236); Green value is 68 (26.95% from 255 or 28.81% from 236); Blue value is 113 (44.53% from 255 or 47.88% from 236); Max value from RGB is 113 - color contains mainly: blue. Hex color #374471 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374471 is #C8BB8E. Grayscale: #454545. Windows color (decimal): -13155215 or 7423031. OLE color: 7423031.

HSL color Cylindrical-coordinate representation of color #374471: hue angle of 226.55º 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 #374471 is Cyan = 0.51, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5568113-
CMYK0.510.4000.56
HSL226.55º34.52%32.94%-
HSV(B)226.55º51.33%44.31%-
XYZ6.626.1416.46-
YUV69.24152.69117.84-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 23.31%
GREEN value IS 68 (26.95% from 255) = 28.81%
BLUE value IS 113 (44.53% from 255) = 47.88%
R=23.31%
G=28.81%
B=47.88%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal55681130.510.4000.56226.5534.5232.94
Hex3744713328038e32321
Octal6710416163500703434341
Binary11011110001001110001110011101000011100011100011100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374471; }

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

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

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

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

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

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

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

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