Shades of Port Gore #404361
Tints of Port Gore #404361
RGB
CMYK
RGB Variations
Color information
#404361 (or 0x404361) is known color: Port Gore. HEX triplet: 40, 43 and 61. RGB value is (64,67,97). Sum of RGB (Red+Green+Blue) = 64+67+97=228 (30% of max value = 765). Red value is 64 (25.39% from 255 or 28.07% from 228); Green value is 67 (26.56% from 255 or 29.39% from 228); Blue value is 97 (38.28% from 255 or 42.54% from 228); Max value from RGB is 97 - color contains mainly: blue. Hex color #404361 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404361 is #BFBC9E. Grayscale: #454545. Windows color (decimal): -12565663 or 6374208. OLE color: 6374208.
HSL color Cylindrical-coordinate representation of color #404361: hue angle of 234.55º degrees, saturation: 0.2, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #404361 is Cyan = 0.34, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 64 | 67 | 97 | - |
| CMYK | 0.34 | 0.31 | 0 | 0.62 |
| HSL | 234.55º | 0.2% | 0.32% | - |
| HSV(B) | 234.55º | 0.34% | 0.38% | - |
| XYZ | 6.28 | 5.97 | 12.13 | - |
| YUV | 69.52 | 143.51 | 124.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 67 | 97 | 0.34 | 0.31 | 0 | 0.62 | 234.55 | 0.2 | 0.32 |
| Hex | 40 | 43 | 61 | 22 | 1F | 0 | 3E | EB | 14 | 20 |
| Octal | 100 | 103 | 141 | 42 | 37 | 0 | 76 | 353 | 24 | 40 |
| Binary | 1000000 | 1000011 | 1100001 | 100010 | 11111 | 0 | 111110 | 11101011 | 10100 | 100000 |
Color Harmonies of #404361
Complementary color
Monochromatic Colors of #404361
Black with #404361
Text Example
Text Example
White with #404361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404361; }
p { color: rgb(64,67,97); }
H1.HeaderClassName
{
color: #404361;
}
.AnyTagClassName
{
color: #404361;
}
</style>
background-color css
<style>
a { background-color: #404361; }
a { background-color: rgb(64,67,97); }
div.DivClassName
{
background-color: #404361;
}
.BgClassName
{
background-color: #404361;
}
</style>
border-color css
<style>
span { border-color: #404361; }
span { border-color: rgb(64,67,97); }
td.TdClassName
{
border-color: #404361;
}
.TagClassName
{
border-color: #404361;
}
</style>