Shades of Port Gore #35416E
Tints of Port Gore #35416E
RGB
CMYK
RGB Variations
Color information
#35416E (or 0x35416E) is known color: Port Gore. HEX triplet: 35, 41 and 6E. RGB value is (53,65,110). Sum of RGB (Red+Green+Blue) = 53+65+110=228 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.25% from 228); Green value is 65 (25.78% from 255 or 28.51% from 228); Blue value is 110 (43.36% from 255 or 48.25% from 228); Max value from RGB is 110 - color contains mainly: blue. Hex color #35416E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35416E is #CABE91. Grayscale: #424242. Windows color (decimal): -13287058 or 7225653. OLE color: 7225653.
HSL color Cylindrical-coordinate representation of color #35416E: hue angle of 227.37º 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 #35416E is Cyan = 0.52, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 53 | 65 | 110 | - |
| CMYK | 0.52 | 0.41 | 0 | 0.57 |
| HSL | 227.37º | 0.35% | 0.32% | - |
| HSV(B) | 227.37º | 0.52% | 0.43% | - |
| XYZ | 6.17 | 5.66 | 15.52 | - |
| YUV | 66.54 | 152.52 | 118.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 65 | 110 | 0.52 | 0.41 | 0 | 0.57 | 227.37 | 0.35 | 0.32 |
| Hex | 35 | 41 | 6E | 34 | 29 | 0 | 39 | E3 | 23 | 20 |
| Octal | 65 | 101 | 156 | 64 | 51 | 0 | 71 | 343 | 43 | 40 |
| Binary | 110101 | 1000001 | 1101110 | 110100 | 101001 | 0 | 111001 | 11100011 | 100011 | 100000 |
Color Harmonies of #35416E
Complementary color
Monochromatic Colors of #35416E
Black with #35416E
Text Example
Text Example
White with #35416E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35416E; }
p { color: rgb(53,65,110); }
H1.HeaderClassName
{
color: #35416E;
}
.AnyTagClassName
{
color: #35416E;
}
</style>
background-color css
<style>
a { background-color: #35416E; }
a { background-color: rgb(53,65,110); }
div.DivClassName
{
background-color: #35416E;
}
.BgClassName
{
background-color: #35416E;
}
</style>
border-color css
<style>
span { border-color: #35416E; }
span { border-color: rgb(53,65,110); }
td.TdClassName
{
border-color: #35416E;
}
.TagClassName
{
border-color: #35416E;
}
</style>