Shades of Port Gore #3C466E
Tints of Port Gore #3C466E
RGB
CMYK
RGB Variations
Color information
#3C466E (or 0x3C466E) is known color: Port Gore. HEX triplet: 3C, 46 and 6E. RGB value is (60,70,110). Sum of RGB (Red+Green+Blue) = 60+70+110=240 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25% from 240); Green value is 70 (27.73% from 255 or 29.17% from 240); Blue value is 110 (43.36% from 255 or 45.83% from 240); Max value from RGB is 110 - color contains mainly: blue. Hex color #3C466E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C466E is #C3B991. Grayscale: #474747. Windows color (decimal): -12827026 or 7226940. OLE color: 7226940.
HSL color Cylindrical-coordinate representation of color #3C466E: hue angle of 228º degrees, saturation: 0.29, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3C466E is Cyan = 0.45, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 60 | 70 | 110 | - |
| CMYK | 0.45 | 0.36 | 0 | 0.57 |
| HSL | 228º | 0.29% | 0.33% | - |
| HSV(B) | 228º | 0.45% | 0.43% | - |
| XYZ | 6.87 | 6.47 | 15.64 | - |
| YUV | 71.57 | 149.69 | 119.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 70 | 110 | 0.45 | 0.36 | 0 | 0.57 | 228 | 0.29 | 0.33 |
| Hex | 3C | 46 | 6E | 2D | 24 | 0 | 39 | E4 | 1D | 21 |
| Octal | 74 | 106 | 156 | 55 | 44 | 0 | 71 | 344 | 35 | 41 |
| Binary | 111100 | 1000110 | 1101110 | 101101 | 100100 | 0 | 111001 | 11100100 | 11101 | 100001 |
Color Harmonies of #3C466E
Complementary color
Monochromatic Colors of #3C466E
Black with #3C466E
Text Example
Text Example
White with #3C466E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C466E; }
p { color: rgb(60,70,110); }
H1.HeaderClassName
{
color: #3C466E;
}
.AnyTagClassName
{
color: #3C466E;
}
</style>
background-color css
<style>
a { background-color: #3C466E; }
a { background-color: rgb(60,70,110); }
div.DivClassName
{
background-color: #3C466E;
}
.BgClassName
{
background-color: #3C466E;
}
</style>
border-color css
<style>
span { border-color: #3C466E; }
span { border-color: rgb(60,70,110); }
td.TdClassName
{
border-color: #3C466E;
}
.TagClassName
{
border-color: #3C466E;
}
</style>