#374870

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

Shades of Port Gore #374870

Tints of Port Gore #374870

Color information

#374870 (or 0x374870) is unknown color: approx Port Gore. HEX triplet: 37, 48 and 70. RGB value is (55,72,112). Sum of RGB (Red+Green+Blue) = 55+72+112=239 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.01% from 239); Green value is 72 (28.52% from 255 or 30.13% from 239); Blue value is 112 (44.14% from 255 or 46.86% from 239); Max value from RGB is 112 - color contains mainly: blue. Hex color #374870 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374870 is #C8B78F. Grayscale: #474747. Windows color (decimal): -13154192 or 7358519. OLE color: 7358519.

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

Color convert

RGB5572112-
CMYK0.510.3600.56
HSL222.11º34.13%32.75%-
HSV(B)222.11º50.89%43.92%-
XYZ6.826.6216.25-
YUV71.48150.87116.25-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 23.01%
GREEN value IS 72 (28.52% from 255) = 30.13%
BLUE value IS 112 (44.14% from 255) = 46.86%
R=23.01%
G=30.13%
B=46.86%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal55721120.510.3600.56222.1134.1332.75
Hex3748703324038de2221
Octal6711016063440703364241
Binary11011110010001110000110011100100011100011011110100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374870; }

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

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

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

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

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

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

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

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