Shades of Port Gore #35466D
Tints of Port Gore #35466D
RGB
CMYK
RGB Variations
Color information
#35466D (or 0x35466D) is known color: Port Gore. HEX triplet: 35, 46 and 6D. RGB value is (53,70,109). Sum of RGB (Red+Green+Blue) = 53+70+109=232 (30% of max value = 765). Red value is 53 (21.09% from 255 or 22.84% from 232); Green value is 70 (27.73% from 255 or 30.17% from 232); Blue value is 109 (42.97% from 255 or 46.98% from 232); Max value from RGB is 109 - color contains mainly: blue. Hex color #35466D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35466D is #CAB992. Grayscale: #454545. Windows color (decimal): -13285779 or 7161397. OLE color: 7161397.
HSL color Cylindrical-coordinate representation of color #35466D: hue angle of 221.79º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #35466D is Cyan = 0.51, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 53 | 70 | 109 | - |
| CMYK | 0.51 | 0.36 | 0 | 0.57 |
| HSL | 221.79º | 0.35% | 0.32% | - |
| HSV(B) | 221.79º | 0.51% | 0.43% | - |
| XYZ | 6.42 | 6.24 | 15.33 | - |
| YUV | 69.36 | 150.37 | 116.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 70 | 109 | 0.51 | 0.36 | 0 | 0.57 | 221.79 | 0.35 | 0.32 |
| Hex | 35 | 46 | 6D | 33 | 24 | 0 | 39 | DE | 23 | 20 |
| Octal | 65 | 106 | 155 | 63 | 44 | 0 | 71 | 336 | 43 | 40 |
| Binary | 110101 | 1000110 | 1101101 | 110011 | 100100 | 0 | 111001 | 11011110 | 100011 | 100000 |
Color Harmonies of #35466D
Complementary color
Monochromatic Colors of #35466D
Black with #35466D
Text Example
Text Example
White with #35466D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35466D; }
p { color: rgb(53,70,109); }
H1.HeaderClassName
{
color: #35466D;
}
.AnyTagClassName
{
color: #35466D;
}
</style>
background-color css
<style>
a { background-color: #35466D; }
a { background-color: rgb(53,70,109); }
div.DivClassName
{
background-color: #35466D;
}
.BgClassName
{
background-color: #35466D;
}
</style>
border-color css
<style>
span { border-color: #35466D; }
span { border-color: rgb(53,70,109); }
td.TdClassName
{
border-color: #35466D;
}
.TagClassName
{
border-color: #35466D;
}
</style>