#374470

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

Shades of Port Gore #374470

Tints of Port Gore #374470

Color information

#374470 (or 0x374470) is unknown color: approx Port Gore. HEX triplet: 37, 44 and 70. RGB value is (55,68,112). Sum of RGB (Red+Green+Blue) = 55+68+112=235 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.40% from 235); Green value is 68 (26.95% from 255 or 28.94% from 235); Blue value is 112 (44.14% from 255 or 47.66% from 235); Max value from RGB is 112 - color contains mainly: blue. Hex color #374470 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374470 is #C8BB8F. Grayscale: #444444. Windows color (decimal): -13155216 or 7357495. OLE color: 7357495.

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

Color convert

RGB5568112-
CMYK0.510.3900.56
HSL226.32º34.13%32.75%-
HSV(B)226.32º50.89%43.92%-
XYZ6.576.1216.16-
YUV69.13152.19117.92-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 23.40%
GREEN value IS 68 (26.95% from 255) = 28.94%
BLUE value IS 112 (44.14% from 255) = 47.66%
R=23.40%
G=28.94%
B=47.66%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal55681120.510.3900.56226.3234.1332.75
Hex3744703327038e22221
Octal6710416063470703424241
Binary11011110001001110000110011100111011100011100010100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374470; }

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

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

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

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

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

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

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

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