#37406D

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

Shades of Port Gore #37406D

Tints of Port Gore #37406D

Color information

#37406D (or 0x37406D) is unknown color: approx Port Gore. HEX triplet: 37, 40 and 6D. RGB value is (55,64,109). Sum of RGB (Red+Green+Blue) = 55+64+109=228 (30% of max value = 765). Red value is 55 (21.88% from 255 or 24.12% from 228); Green value is 64 (25.39% from 255 or 28.07% from 228); Blue value is 109 (42.97% from 255 or 47.81% from 228); Max value from RGB is 109 - color contains mainly: blue. Hex color #37406D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37406D is #C8BF92. Grayscale: #424242. Windows color (decimal): -13156243 or 7159863. OLE color: 7159863.

HSL color Cylindrical-coordinate representation of color #37406D: hue angle of 230º 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 #37406D is Cyan = 0.50, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB5564109-
CMYK0.500.4100.57
HSL230º32.93%32.16%-
HSV(B)230º49.54%42.75%-
XYZ6.175.5815.22-
YUV66.44152.02119.84-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 24.12%
GREEN value IS 64 (25.39% from 255) = 28.07%
BLUE value IS 109 (42.97% from 255) = 47.81%
R=24.12%
G=28.07%
B=47.81%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal55641090.500.4100.5723032.9332.16
Hex37406D3229039e62120
Octal6710015562510713464140
Binary11011110000001101101110010101001011100111100110100001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37406D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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