Shades of Port Gore #35466E
Tints of Port Gore #35466E
RGB
CMYK
RGB Variations
Color information
#35466E (or 0x35466E) is known color: Port Gore. HEX triplet: 35, 46 and 6E. RGB value is (53,70,110). Sum of RGB (Red+Green+Blue) = 53+70+110=233 (30% of max value = 765). Red value is 53 (21.09% from 255 or 22.75% from 233); Green value is 70 (27.73% from 255 or 30.04% from 233); Blue value is 110 (43.36% from 255 or 47.21% from 233); Max value from RGB is 110 - color contains mainly: blue. Hex color #35466E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35466E is #CAB991. Grayscale: #454545. Windows color (decimal): -13285778 or 7226933. OLE color: 7226933.
HSL color Cylindrical-coordinate representation of color #35466E: hue angle of 222.11º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #35466E is Cyan = 0.52, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 53 | 70 | 110 | - |
| CMYK | 0.52 | 0.36 | 0 | 0.57 |
| HSL | 222.11º | 0.35% | 0.32% | - |
| HSV(B) | 222.11º | 0.52% | 0.43% | - |
| XYZ | 6.47 | 6.26 | 15.62 | - |
| YUV | 69.48 | 150.87 | 116.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 70 | 110 | 0.52 | 0.36 | 0 | 0.57 | 222.11 | 0.35 | 0.32 |
| Hex | 35 | 46 | 6E | 34 | 24 | 0 | 39 | DE | 23 | 20 |
| Octal | 65 | 106 | 156 | 64 | 44 | 0 | 71 | 336 | 43 | 40 |
| Binary | 110101 | 1000110 | 1101110 | 110100 | 100100 | 0 | 111001 | 11011110 | 100011 | 100000 |
Color Harmonies of #35466E
Complementary color
Monochromatic Colors of #35466E
Black with #35466E
Text Example
Text Example
White with #35466E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35466E; }
p { color: rgb(53,70,110); }
H1.HeaderClassName
{
color: #35466E;
}
.AnyTagClassName
{
color: #35466E;
}
</style>
background-color css
<style>
a { background-color: #35466E; }
a { background-color: rgb(53,70,110); }
div.DivClassName
{
background-color: #35466E;
}
.BgClassName
{
background-color: #35466E;
}
</style>
border-color css
<style>
span { border-color: #35466E; }
span { border-color: rgb(53,70,110); }
td.TdClassName
{
border-color: #35466E;
}
.TagClassName
{
border-color: #35466E;
}
</style>