Shades of Port Gore #404365
Tints of Port Gore #404365
RGB
CMYK
RGB Variations
Color information
#404365 (or 0x404365) is known color: Port Gore. HEX triplet: 40, 43 and 65. RGB value is (64,67,101). Sum of RGB (Red+Green+Blue) = 64+67+101=232 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.59% from 232); Green value is 67 (26.56% from 255 or 28.88% from 232); Blue value is 101 (39.84% from 255 or 43.53% from 232); Max value from RGB is 101 - color contains mainly: blue. Hex color #404365 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404365 is #BFBC9A. Grayscale: #454545. Windows color (decimal): -12565659 or 6636352. OLE color: 6636352.
HSL color Cylindrical-coordinate representation of color #404365: hue angle of 235.14º degrees, saturation: 0.22, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #404365 is Cyan = 0.37, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 64 | 67 | 101 | - |
| CMYK | 0.37 | 0.34 | 0 | 0.60 |
| HSL | 235.14º | 0.22% | 0.32% | - |
| HSV(B) | 235.14º | 0.37% | 0.4% | - |
| XYZ | 6.47 | 6.04 | 13.14 | - |
| YUV | 69.98 | 145.51 | 123.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 67 | 101 | 0.37 | 0.34 | 0 | 0.60 | 235.14 | 0.22 | 0.32 |
| Hex | 40 | 43 | 65 | 25 | 22 | 0 | 3C | EB | 16 | 20 |
| Octal | 100 | 103 | 145 | 45 | 42 | 0 | 74 | 353 | 26 | 40 |
| Binary | 1000000 | 1000011 | 1100101 | 100101 | 100010 | 0 | 111100 | 11101011 | 10110 | 100000 |
Color Harmonies of #404365
Complementary color
Monochromatic Colors of #404365
Black with #404365
Text Example
Text Example
White with #404365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404365; }
p { color: rgb(64,67,101); }
H1.HeaderClassName
{
color: #404365;
}
.AnyTagClassName
{
color: #404365;
}
</style>
background-color css
<style>
a { background-color: #404365; }
a { background-color: rgb(64,67,101); }
div.DivClassName
{
background-color: #404365;
}
.BgClassName
{
background-color: #404365;
}
</style>
border-color css
<style>
span { border-color: #404365; }
span { border-color: rgb(64,67,101); }
td.TdClassName
{
border-color: #404365;
}
.TagClassName
{
border-color: #404365;
}
</style>