Shades of Port Gore #3C4871
Tints of Port Gore #3C4871
RGB
CMYK
RGB Variations
Color information
#3C4871 (or 0x3C4871) is known color: Port Gore. HEX triplet: 3C, 48 and 71. RGB value is (60,72,113). Sum of RGB (Red+Green+Blue) = 60+72+113=245 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.49% from 245); Green value is 72 (28.52% from 255 or 29.39% from 245); Blue value is 113 (44.53% from 255 or 46.12% from 245); Max value from RGB is 113 - color contains mainly: blue. Hex color #3C4871 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C4871 is #C3B78E. Grayscale: #484848. Windows color (decimal): -12826511 or 7424060. OLE color: 7424060.
HSL color Cylindrical-coordinate representation of color #3C4871: hue angle of 226.42º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3C4871 is Cyan = 0.47, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 60 | 72 | 113 | - |
| CMYK | 0.47 | 0.36 | 0 | 0.56 |
| HSL | 226.42º | 0.31% | 0.34% | - |
| HSV(B) | 226.42º | 0.47% | 0.44% | - |
| XYZ | 7.16 | 6.79 | 16.56 | - |
| YUV | 73.09 | 150.52 | 118.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 72 | 113 | 0.47 | 0.36 | 0 | 0.56 | 226.42 | 0.31 | 0.34 |
| Hex | 3C | 48 | 71 | 2F | 24 | 0 | 38 | E2 | 1F | 22 |
| Octal | 74 | 110 | 161 | 57 | 44 | 0 | 70 | 342 | 37 | 42 |
| Binary | 111100 | 1001000 | 1110001 | 101111 | 100100 | 0 | 111000 | 11100010 | 11111 | 100010 |
Color Harmonies of #3C4871
Complementary color
Monochromatic Colors of #3C4871
Black with #3C4871
Text Example
Text Example
White with #3C4871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C4871; }
p { color: rgb(60,72,113); }
H1.HeaderClassName
{
color: #3C4871;
}
.AnyTagClassName
{
color: #3C4871;
}
</style>
background-color css
<style>
a { background-color: #3C4871; }
a { background-color: rgb(60,72,113); }
div.DivClassName
{
background-color: #3C4871;
}
.BgClassName
{
background-color: #3C4871;
}
</style>
border-color css
<style>
span { border-color: #3C4871; }
span { border-color: rgb(60,72,113); }
td.TdClassName
{
border-color: #3C4871;
}
.TagClassName
{
border-color: #3C4871;
}
</style>