Shades of Port Gore #35486E
Tints of Port Gore #35486E
RGB
CMYK
RGB Variations
Color information
#35486E (or 0x35486E) is known color: Port Gore. HEX triplet: 35, 48 and 6E. RGB value is (53,72,110). Sum of RGB (Red+Green+Blue) = 53+72+110=235 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.55% from 235); Green value is 72 (28.52% from 255 or 30.64% from 235); Blue value is 110 (43.36% from 255 or 46.81% from 235); Max value from RGB is 110 - color contains mainly: blue. Hex color #35486E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35486E is #CAB791. Grayscale: #464646. Windows color (decimal): -13285266 or 7227445. OLE color: 7227445.
HSL color Cylindrical-coordinate representation of color #35486E: hue angle of 220º 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 #35486E is Cyan = 0.52, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 53 | 72 | 110 | - |
| CMYK | 0.52 | 0.35 | 0 | 0.57 |
| HSL | 220º | 0.35% | 0.32% | - |
| HSV(B) | 220º | 0.52% | 0.43% | - |
| XYZ | 6.6 | 6.52 | 15.66 | - |
| YUV | 70.65 | 150.21 | 115.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 72 | 110 | 0.52 | 0.35 | 0 | 0.57 | 220 | 0.35 | 0.32 |
| Hex | 35 | 48 | 6E | 34 | 23 | 0 | 39 | DC | 23 | 20 |
| Octal | 65 | 110 | 156 | 64 | 43 | 0 | 71 | 334 | 43 | 40 |
| Binary | 110101 | 1001000 | 1101110 | 110100 | 100011 | 0 | 111001 | 11011100 | 100011 | 100000 |
Color Harmonies of #35486E
Complementary color
Monochromatic Colors of #35486E
Black with #35486E
Text Example
Text Example
White with #35486E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35486E; }
p { color: rgb(53,72,110); }
H1.HeaderClassName
{
color: #35486E;
}
.AnyTagClassName
{
color: #35486E;
}
</style>
background-color css
<style>
a { background-color: #35486E; }
a { background-color: rgb(53,72,110); }
div.DivClassName
{
background-color: #35486E;
}
.BgClassName
{
background-color: #35486E;
}
</style>
border-color css
<style>
span { border-color: #35486E; }
span { border-color: rgb(53,72,110); }
td.TdClassName
{
border-color: #35486E;
}
.TagClassName
{
border-color: #35486E;
}
</style>