#374570

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

Shades of Port Gore #374570

Tints of Port Gore #374570

Color information

#374570 (or 0x374570) is unknown color: approx Port Gore. HEX triplet: 37, 45 and 70. RGB value is (55,69,112). Sum of RGB (Red+Green+Blue) = 55+69+112=236 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.31% from 236); Green value is 69 (27.34% from 255 or 29.24% from 236); Blue value is 112 (44.14% from 255 or 47.46% from 236); Max value from RGB is 112 - color contains mainly: blue. Hex color #374570 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374570 is #C8BA8F. Grayscale: #454545. Windows color (decimal): -13154960 or 7357751. OLE color: 7357751.

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

Color convert

RGB5569112-
CMYK0.510.3800.56
HSL225.26º34.13%32.75%-
HSV(B)225.26º50.89%43.92%-
XYZ6.636.2416.18-
YUV69.72151.86117.5-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 23.31%
GREEN value IS 69 (27.34% from 255) = 29.24%
BLUE value IS 112 (44.14% from 255) = 47.46%
R=23.31%
G=29.24%
B=47.46%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal55691120.510.3800.56225.2634.1332.75
Hex3745703326038e12221
Octal6710516063460703414241
Binary11011110001011110000110011100110011100011100001100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374570; }

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

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

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

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

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

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

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

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