Shades of Port Gore #353F6E
Tints of Port Gore #353F6E
RGB
CMYK
RGB Variations
Color information
#353F6E (or 0x353F6E) is known color: Port Gore. HEX triplet: 35, 3F and 6E. RGB value is (53,63,110). Sum of RGB (Red+Green+Blue) = 53+63+110=226 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.45% from 226); Green value is 63 (25% from 255 or 27.88% from 226); Blue value is 110 (43.36% from 255 or 48.67% from 226); Max value from RGB is 110 - color contains mainly: blue. Hex color #353F6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353F6E is #CAC091. Grayscale: #414141. Windows color (decimal): -13287570 or 7225141. OLE color: 7225141.
HSL color Cylindrical-coordinate representation of color #353F6E: hue angle of 229.47º 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 #353F6E is Cyan = 0.52, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 53 | 63 | 110 | - |
| CMYK | 0.52 | 0.43 | 0 | 0.57 |
| HSL | 229.47º | 0.35% | 0.32% | - |
| HSV(B) | 229.47º | 0.52% | 0.43% | - |
| XYZ | 6.06 | 5.44 | 15.48 | - |
| YUV | 65.37 | 153.19 | 119.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 63 | 110 | 0.52 | 0.43 | 0 | 0.57 | 229.47 | 0.35 | 0.32 |
| Hex | 35 | 3F | 6E | 34 | 2B | 0 | 39 | E5 | 23 | 20 |
| Octal | 65 | 77 | 156 | 64 | 53 | 0 | 71 | 345 | 43 | 40 |
| Binary | 110101 | 111111 | 1101110 | 110100 | 101011 | 0 | 111001 | 11100101 | 100011 | 100000 |
Color Harmonies of #353F6E
Complementary color
Monochromatic Colors of #353F6E
Black with #353F6E
Text Example
Text Example
White with #353F6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353F6E; }
p { color: rgb(53,63,110); }
H1.HeaderClassName
{
color: #353F6E;
}
.AnyTagClassName
{
color: #353F6E;
}
</style>
background-color css
<style>
a { background-color: #353F6E; }
a { background-color: rgb(53,63,110); }
div.DivClassName
{
background-color: #353F6E;
}
.BgClassName
{
background-color: #353F6E;
}
</style>
border-color css
<style>
span { border-color: #353F6E; }
span { border-color: rgb(53,63,110); }
td.TdClassName
{
border-color: #353F6E;
}
.TagClassName
{
border-color: #353F6E;
}
</style>