Shades of Port Gore #3C4775
Tints of Port Gore #3C4775
RGB
CMYK
RGB Variations
Color information
#3C4775 (or 0x3C4775) is known color: Port Gore. HEX triplet: 3C, 47 and 75. RGB value is (60,71,117). Sum of RGB (Red+Green+Blue) = 60+71+117=248 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.19% from 248); Green value is 71 (28.12% from 255 or 28.63% from 248); Blue value is 117 (46.09% from 255 or 47.18% from 248); Max value from RGB is 117 - color contains mainly: blue. Hex color #3C4775 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C4775 is #C3B88A. Grayscale: #484848. Windows color (decimal): -12826763 or 7685948. OLE color: 7685948.
HSL color Cylindrical-coordinate representation of color #3C4775: hue angle of 228.42º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3C4775 is Cyan = 0.49, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 60 | 71 | 117 | - |
| CMYK | 0.49 | 0.39 | 0 | 0.54 |
| HSL | 228.42º | 0.32% | 0.35% | - |
| HSV(B) | 228.42º | 0.49% | 0.46% | - |
| XYZ | 7.33 | 6.75 | 17.75 | - |
| YUV | 72.96 | 152.86 | 118.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 71 | 117 | 0.49 | 0.39 | 0 | 0.54 | 228.42 | 0.32 | 0.35 |
| Hex | 3C | 47 | 75 | 31 | 27 | 0 | 36 | E4 | 20 | 23 |
| Octal | 74 | 107 | 165 | 61 | 47 | 0 | 66 | 344 | 40 | 43 |
| Binary | 111100 | 1000111 | 1110101 | 110001 | 100111 | 0 | 110110 | 11100100 | 100000 | 100011 |
Color Harmonies of #3C4775
Complementary color
Monochromatic Colors of #3C4775
Black with #3C4775
Text Example
Text Example
White with #3C4775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C4775; }
p { color: rgb(60,71,117); }
H1.HeaderClassName
{
color: #3C4775;
}
.AnyTagClassName
{
color: #3C4775;
}
</style>
background-color css
<style>
a { background-color: #3C4775; }
a { background-color: rgb(60,71,117); }
div.DivClassName
{
background-color: #3C4775;
}
.BgClassName
{
background-color: #3C4775;
}
</style>
border-color css
<style>
span { border-color: #3C4775; }
span { border-color: rgb(60,71,117); }
td.TdClassName
{
border-color: #3C4775;
}
.TagClassName
{
border-color: #3C4775;
}
</style>