#37476F

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

Shades of Port Gore #37476F

Tints of Port Gore #37476F

Color information

#37476F (or 0x37476F) is unknown color: approx Port Gore. HEX triplet: 37, 47 and 6F. RGB value is (55,71,111). Sum of RGB (Red+Green+Blue) = 55+71+111=237 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.21% from 237); Green value is 71 (28.12% from 255 or 29.96% from 237); Blue value is 111 (43.75% from 255 or 46.84% from 237); Max value from RGB is 111 - color contains mainly: blue. Hex color #37476F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37476F is #C8B890. Grayscale: #464646. Windows color (decimal): -13154449 or 7292727. OLE color: 7292727.

HSL color Cylindrical-coordinate representation of color #37476F: hue angle of 222.86º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #37476F is Cyan = 0.50, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5571111-
CMYK0.500.3600.56
HSL222.86º33.73%32.55%-
HSV(B)222.86º50.45%43.53%-
XYZ6.76.4715.93-
YUV70.78150.7116.75-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 23.21%
GREEN value IS 71 (28.12% from 255) = 29.96%
BLUE value IS 111 (43.75% from 255) = 46.84%
R=23.21%
G=29.96%
B=46.84%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal55711110.500.3600.56222.8633.7332.55
Hex37476F3224038df2221
Octal6710715762440703374241
Binary11011110001111101111110010100100011100011011111100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37476F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37476F; }

 p { color: rgb(55,71,111); }

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

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

 a { background-color: rgb(55,71,111); }

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

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

 span { border-color: rgb(55,71,111); }

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