Shades of Port Gore #3C4868
Tints of Port Gore #3C4868
RGB
CMYK
RGB Variations
Color information
#3C4868 (or 0x3C4868) is known color: Port Gore. HEX triplet: 3C, 48 and 68. RGB value is (60,72,104). Sum of RGB (Red+Green+Blue) = 60+72+104=236 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25.42% from 236); Green value is 72 (28.52% from 255 or 30.51% from 236); Blue value is 104 (41.02% from 255 or 44.07% from 236); Max value from RGB is 104 - color contains mainly: blue. Hex color #3C4868 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C4868 is #C3B797. Grayscale: #474747. Windows color (decimal): -12826520 or 6834236. OLE color: 6834236.
HSL color Cylindrical-coordinate representation of color #3C4868: hue angle of 223.64º degrees, saturation: 0.27, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #3C4868 is Cyan = 0.42, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 60 | 72 | 104 | - |
| CMYK | 0.42 | 0.31 | 0 | 0.59 |
| HSL | 223.64º | 0.27% | 0.32% | - |
| HSV(B) | 223.64º | 0.42% | 0.41% | - |
| XYZ | 6.68 | 6.59 | 14.02 | - |
| YUV | 72.06 | 146.02 | 119.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 72 | 104 | 0.42 | 0.31 | 0 | 0.59 | 223.64 | 0.27 | 0.32 |
| Hex | 3C | 48 | 68 | 2A | 1F | 0 | 3B | E0 | 1B | 20 |
| Octal | 74 | 110 | 150 | 52 | 37 | 0 | 73 | 340 | 33 | 40 |
| Binary | 111100 | 1001000 | 1101000 | 101010 | 11111 | 0 | 111011 | 11100000 | 11011 | 100000 |
Color Harmonies of #3C4868
Complementary color
Monochromatic Colors of #3C4868
Black with #3C4868
Text Example
Text Example
White with #3C4868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C4868; }
p { color: rgb(60,72,104); }
H1.HeaderClassName
{
color: #3C4868;
}
.AnyTagClassName
{
color: #3C4868;
}
</style>
background-color css
<style>
a { background-color: #3C4868; }
a { background-color: rgb(60,72,104); }
div.DivClassName
{
background-color: #3C4868;
}
.BgClassName
{
background-color: #3C4868;
}
</style>
border-color css
<style>
span { border-color: #3C4868; }
span { border-color: rgb(60,72,104); }
td.TdClassName
{
border-color: #3C4868;
}
.TagClassName
{
border-color: #3C4868;
}
</style>