Shades of Port Gore #3C4877
Tints of Port Gore #3C4877
RGB
CMYK
RGB Variations
Color information
#3C4877 (or 0x3C4877) is known color: Port Gore. HEX triplet: 3C, 48 and 77. RGB value is (60,72,119). Sum of RGB (Red+Green+Blue) = 60+72+119=251 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.90% from 251); Green value is 72 (28.52% from 255 or 28.69% from 251); Blue value is 119 (46.88% from 255 or 47.41% from 251); Max value from RGB is 119 - color contains mainly: blue. Hex color #3C4877 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C4877 is #C3B788. Grayscale: #494949. Windows color (decimal): -12826505 or 7817276. OLE color: 7817276.
HSL color Cylindrical-coordinate representation of color #3C4877: hue angle of 227.8º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3C4877 is Cyan = 0.50, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 60 | 72 | 119 | - |
| CMYK | 0.50 | 0.39 | 0 | 0.53 |
| HSL | 227.8º | 0.33% | 0.35% | - |
| HSV(B) | 227.8º | 0.5% | 0.47% | - |
| XYZ | 7.51 | 6.93 | 18.39 | - |
| YUV | 73.77 | 153.52 | 118.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 72 | 119 | 0.50 | 0.39 | 0 | 0.53 | 227.8 | 0.33 | 0.35 |
| Hex | 3C | 48 | 77 | 32 | 27 | 0 | 35 | E4 | 21 | 23 |
| Octal | 74 | 110 | 167 | 62 | 47 | 0 | 65 | 344 | 41 | 43 |
| Binary | 111100 | 1001000 | 1110111 | 110010 | 100111 | 0 | 110101 | 11100100 | 100001 | 100011 |
Color Harmonies of #3C4877
Complementary color
Monochromatic Colors of #3C4877
Black with #3C4877
Text Example
Text Example
White with #3C4877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C4877; }
p { color: rgb(60,72,119); }
H1.HeaderClassName
{
color: #3C4877;
}
.AnyTagClassName
{
color: #3C4877;
}
</style>
background-color css
<style>
a { background-color: #3C4877; }
a { background-color: rgb(60,72,119); }
div.DivClassName
{
background-color: #3C4877;
}
.BgClassName
{
background-color: #3C4877;
}
</style>
border-color css
<style>
span { border-color: #3C4877; }
span { border-color: rgb(60,72,119); }
td.TdClassName
{
border-color: #3C4877;
}
.TagClassName
{
border-color: #3C4877;
}
</style>