#37406E

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

Shades of Port Gore #37406E

Tints of Port Gore #37406E

Color information

#37406E (or 0x37406E) is unknown color: approx Port Gore. HEX triplet: 37, 40 and 6E. RGB value is (55,64,110). Sum of RGB (Red+Green+Blue) = 55+64+110=229 (30% of max value = 765). Red value is 55 (21.88% from 255 or 24.02% from 229); Green value is 64 (25.39% from 255 or 27.95% from 229); Blue value is 110 (43.36% from 255 or 48.03% from 229); Max value from RGB is 110 - color contains mainly: blue. Hex color #37406E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37406E is #C8BF91. Grayscale: #424242. Windows color (decimal): -13156242 or 7225399. OLE color: 7225399.

HSL color Cylindrical-coordinate representation of color #37406E: hue angle of 230.18º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #37406E is Cyan = 0.5, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB5564110-
CMYK0.50.4200.57
HSL230.18º33.33%32.35%-
HSV(B)230.18º50%43.14%-
XYZ6.225.615.51-
YUV66.55152.52119.76-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 24.02%
GREEN value IS 64 (25.39% from 255) = 27.95%
BLUE value IS 110 (43.36% from 255) = 48.03%
R=24.02%
G=27.95%
B=48.03%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal55641100.50.4200.57230.1833.3332.35
Hex37406E322A039e62120
Octal6710015662520713464140
Binary11011110000001101110110010101010011100111100110100001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37406E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37406E; }

 p { color: rgb(55,64,110); }

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

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

 a { background-color: rgb(55,64,110); }

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

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

 span { border-color: rgb(55,64,110); }

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