Shades of Port Gore #35426E
Tints of Port Gore #35426E
RGB
CMYK
RGB Variations
Color information
#35426E (or 0x35426E) is known color: Port Gore. HEX triplet: 35, 42 and 6E. RGB value is (53,66,110). Sum of RGB (Red+Green+Blue) = 53+66+110=229 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.14% from 229); Green value is 66 (26.17% from 255 or 28.82% from 229); Blue value is 110 (43.36% from 255 or 48.03% from 229); Max value from RGB is 110 - color contains mainly: blue. Hex color #35426E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35426E is #CABD91. Grayscale: #424242. Windows color (decimal): -13286802 or 7225909. OLE color: 7225909.
HSL color Cylindrical-coordinate representation of color #35426E: hue angle of 226.32º 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 #35426E is Cyan = 0.52, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 53 | 66 | 110 | - |
| CMYK | 0.52 | 0.4 | 0 | 0.57 |
| HSL | 226.32º | 0.35% | 0.32% | - |
| HSV(B) | 226.32º | 0.52% | 0.43% | - |
| XYZ | 6.23 | 5.78 | 15.54 | - |
| YUV | 67.13 | 152.19 | 117.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 66 | 110 | 0.52 | 0.4 | 0 | 0.57 | 226.32 | 0.35 | 0.32 |
| Hex | 35 | 42 | 6E | 34 | 28 | 0 | 39 | E2 | 23 | 20 |
| Octal | 65 | 102 | 156 | 64 | 50 | 0 | 71 | 342 | 43 | 40 |
| Binary | 110101 | 1000010 | 1101110 | 110100 | 101000 | 0 | 111001 | 11100010 | 100011 | 100000 |
Color Harmonies of #35426E
Complementary color
Monochromatic Colors of #35426E
Black with #35426E
Text Example
Text Example
White with #35426E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35426E; }
p { color: rgb(53,66,110); }
H1.HeaderClassName
{
color: #35426E;
}
.AnyTagClassName
{
color: #35426E;
}
</style>
background-color css
<style>
a { background-color: #35426E; }
a { background-color: rgb(53,66,110); }
div.DivClassName
{
background-color: #35426E;
}
.BgClassName
{
background-color: #35426E;
}
</style>
border-color css
<style>
span { border-color: #35426E; }
span { border-color: rgb(53,66,110); }
td.TdClassName
{
border-color: #35426E;
}
.TagClassName
{
border-color: #35426E;
}
</style>