Shades of Port Gore #3C486B
Tints of Port Gore #3C486B
RGB
CMYK
RGB Variations
Color information
#3C486B (or 0x3C486B) is known color: Port Gore. HEX triplet: 3C, 48 and 6B. RGB value is (60,72,107). Sum of RGB (Red+Green+Blue) = 60+72+107=239 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25.10% from 239); Green value is 72 (28.52% from 255 or 30.13% from 239); Blue value is 107 (42.19% from 255 or 44.77% from 239); Max value from RGB is 107 - color contains mainly: blue. Hex color #3C486B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C486B is #C3B794. Grayscale: #484848. Windows color (decimal): -12826517 or 7030844. OLE color: 7030844.
HSL color Cylindrical-coordinate representation of color #3C486B: hue angle of 224.68º degrees, saturation: 0.28, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3C486B is Cyan = 0.44, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 60 | 72 | 107 | - |
| CMYK | 0.44 | 0.33 | 0 | 0.58 |
| HSL | 224.68º | 0.28% | 0.33% | - |
| HSV(B) | 224.68º | 0.44% | 0.42% | - |
| XYZ | 6.83 | 6.66 | 14.83 | - |
| YUV | 72.4 | 147.52 | 119.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 72 | 107 | 0.44 | 0.33 | 0 | 0.58 | 224.68 | 0.28 | 0.33 |
| Hex | 3C | 48 | 6B | 2C | 21 | 0 | 3A | E1 | 1C | 21 |
| Octal | 74 | 110 | 153 | 54 | 41 | 0 | 72 | 341 | 34 | 41 |
| Binary | 111100 | 1001000 | 1101011 | 101100 | 100001 | 0 | 111010 | 11100001 | 11100 | 100001 |
Color Harmonies of #3C486B
Complementary color
Monochromatic Colors of #3C486B
Black with #3C486B
Text Example
Text Example
White with #3C486B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C486B; }
p { color: rgb(60,72,107); }
H1.HeaderClassName
{
color: #3C486B;
}
.AnyTagClassName
{
color: #3C486B;
}
</style>
background-color css
<style>
a { background-color: #3C486B; }
a { background-color: rgb(60,72,107); }
div.DivClassName
{
background-color: #3C486B;
}
.BgClassName
{
background-color: #3C486B;
}
</style>
border-color css
<style>
span { border-color: #3C486B; }
span { border-color: rgb(60,72,107); }
td.TdClassName
{
border-color: #3C486B;
}
.TagClassName
{
border-color: #3C486B;
}
</style>