Shades of Port Gore #3C466F
Tints of Port Gore #3C466F
RGB
CMYK
RGB Variations
Color information
#3C466F (or 0x3C466F) is known color: Port Gore. HEX triplet: 3C, 46 and 6F. RGB value is (60,70,111). Sum of RGB (Red+Green+Blue) = 60+70+111=241 (31% of max value = 765). Red value is 60 (23.83% from 255 or 24.90% from 241); Green value is 70 (27.73% from 255 or 29.05% from 241); Blue value is 111 (43.75% from 255 or 46.06% from 241); Max value from RGB is 111 - color contains mainly: blue. Hex color #3C466F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C466F is #C3B990. Grayscale: #474747. Windows color (decimal): -12827025 or 7292476. OLE color: 7292476.
HSL color Cylindrical-coordinate representation of color #3C466F: hue angle of 228.24º degrees, saturation: 0.3, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3C466F is Cyan = 0.46, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 60 | 70 | 111 | - |
| CMYK | 0.46 | 0.37 | 0 | 0.56 |
| HSL | 228.24º | 0.3% | 0.34% | - |
| HSV(B) | 228.24º | 0.46% | 0.44% | - |
| XYZ | 6.92 | 6.49 | 15.93 | - |
| YUV | 71.68 | 150.19 | 119.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 70 | 111 | 0.46 | 0.37 | 0 | 0.56 | 228.24 | 0.3 | 0.34 |
| Hex | 3C | 46 | 6F | 2E | 25 | 0 | 38 | E4 | 1E | 22 |
| Octal | 74 | 106 | 157 | 56 | 45 | 0 | 70 | 344 | 36 | 42 |
| Binary | 111100 | 1000110 | 1101111 | 101110 | 100101 | 0 | 111000 | 11100100 | 11110 | 100010 |
Color Harmonies of #3C466F
Complementary color
Monochromatic Colors of #3C466F
Black with #3C466F
Text Example
Text Example
White with #3C466F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C466F; }
p { color: rgb(60,70,111); }
H1.HeaderClassName
{
color: #3C466F;
}
.AnyTagClassName
{
color: #3C466F;
}
</style>
background-color css
<style>
a { background-color: #3C466F; }
a { background-color: rgb(60,70,111); }
div.DivClassName
{
background-color: #3C466F;
}
.BgClassName
{
background-color: #3C466F;
}
</style>
border-color css
<style>
span { border-color: #3C466F; }
span { border-color: rgb(60,70,111); }
td.TdClassName
{
border-color: #3C466F;
}
.TagClassName
{
border-color: #3C466F;
}
</style>