Shades of Port Gore #35426D
Tints of Port Gore #35426D
RGB
CMYK
RGB Variations
Color information
#35426D (or 0x35426D) is known color: Port Gore. HEX triplet: 35, 42 and 6D. RGB value is (53,66,109). Sum of RGB (Red+Green+Blue) = 53+66+109=228 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.25% from 228); Green value is 66 (26.17% from 255 or 28.95% from 228); Blue value is 109 (42.97% from 255 or 47.81% from 228); Max value from RGB is 109 - color contains mainly: blue. Hex color #35426D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35426D is #CABD92. Grayscale: #424242. Windows color (decimal): -13286803 or 7160373. OLE color: 7160373.
HSL color Cylindrical-coordinate representation of color #35426D: hue angle of 226.07º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #35426D is Cyan = 0.51, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 53 | 66 | 109 | - |
| CMYK | 0.51 | 0.39 | 0 | 0.57 |
| HSL | 226.07º | 0.35% | 0.32% | - |
| HSV(B) | 226.07º | 0.51% | 0.43% | - |
| XYZ | 6.18 | 5.76 | 15.25 | - |
| YUV | 67.02 | 151.69 | 118 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 66 | 109 | 0.51 | 0.39 | 0 | 0.57 | 226.07 | 0.35 | 0.32 |
| Hex | 35 | 42 | 6D | 33 | 27 | 0 | 39 | E2 | 23 | 20 |
| Octal | 65 | 102 | 155 | 63 | 47 | 0 | 71 | 342 | 43 | 40 |
| Binary | 110101 | 1000010 | 1101101 | 110011 | 100111 | 0 | 111001 | 11100010 | 100011 | 100000 |
Color Harmonies of #35426D
Complementary color
Monochromatic Colors of #35426D
Black with #35426D
Text Example
Text Example
White with #35426D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35426D; }
p { color: rgb(53,66,109); }
H1.HeaderClassName
{
color: #35426D;
}
.AnyTagClassName
{
color: #35426D;
}
</style>
background-color css
<style>
a { background-color: #35426D; }
a { background-color: rgb(53,66,109); }
div.DivClassName
{
background-color: #35426D;
}
.BgClassName
{
background-color: #35426D;
}
</style>
border-color css
<style>
span { border-color: #35426D; }
span { border-color: rgb(53,66,109); }
td.TdClassName
{
border-color: #35426D;
}
.TagClassName
{
border-color: #35426D;
}
</style>