Shades of Port Gore #35446E
Tints of Port Gore #35446E
RGB
CMYK
RGB Variations
Color information
#35446E (or 0x35446E) is known color: Port Gore. HEX triplet: 35, 44 and 6E. RGB value is (53,68,110). Sum of RGB (Red+Green+Blue) = 53+68+110=231 (30% of max value = 765). Red value is 53 (21.09% from 255 or 22.94% from 231); Green value is 68 (26.95% from 255 or 29.44% from 231); Blue value is 110 (43.36% from 255 or 47.62% from 231); Max value from RGB is 110 - color contains mainly: blue. Hex color #35446E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35446E is #CABB91. Grayscale: #444444. Windows color (decimal): -13286290 or 7226421. OLE color: 7226421.
HSL color Cylindrical-coordinate representation of color #35446E: hue angle of 224.21º 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 #35446E is Cyan = 0.52, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 53 | 68 | 110 | - |
| CMYK | 0.52 | 0.38 | 0 | 0.57 |
| HSL | 224.21º | 0.35% | 0.32% | - |
| HSV(B) | 224.21º | 0.52% | 0.43% | - |
| XYZ | 6.35 | 6.02 | 15.58 | - |
| YUV | 68.3 | 151.53 | 117.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 68 | 110 | 0.52 | 0.38 | 0 | 0.57 | 224.21 | 0.35 | 0.32 |
| Hex | 35 | 44 | 6E | 34 | 26 | 0 | 39 | E0 | 23 | 20 |
| Octal | 65 | 104 | 156 | 64 | 46 | 0 | 71 | 340 | 43 | 40 |
| Binary | 110101 | 1000100 | 1101110 | 110100 | 100110 | 0 | 111001 | 11100000 | 100011 | 100000 |
Color Harmonies of #35446E
Complementary color
Monochromatic Colors of #35446E
Black with #35446E
Text Example
Text Example
White with #35446E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35446E; }
p { color: rgb(53,68,110); }
H1.HeaderClassName
{
color: #35446E;
}
.AnyTagClassName
{
color: #35446E;
}
</style>
background-color css
<style>
a { background-color: #35446E; }
a { background-color: rgb(53,68,110); }
div.DivClassName
{
background-color: #35446E;
}
.BgClassName
{
background-color: #35446E;
}
</style>
border-color css
<style>
span { border-color: #35446E; }
span { border-color: rgb(53,68,110); }
td.TdClassName
{
border-color: #35446E;
}
.TagClassName
{
border-color: #35446E;
}
</style>