Shades of Port Gore #3D4674
Tints of Port Gore #3D4674
RGB
CMYK
RGB Variations
Color information
#3D4674 (or 0x3D4674) is known color: Port Gore. HEX triplet: 3D, 46 and 74. RGB value is (61,70,116). Sum of RGB (Red+Green+Blue) = 61+70+116=247 (32% of max value = 765). Red value is 61 (24.22% from 255 or 24.70% from 247); Green value is 70 (27.73% from 255 or 28.34% from 247); Blue value is 116 (45.70% from 255 or 46.96% from 247); Max value from RGB is 116 - color contains mainly: blue. Hex color #3D4674 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D4674 is #C2B98B. Grayscale: #484848. Windows color (decimal): -12761484 or 7620157. OLE color: 7620157.
HSL color Cylindrical-coordinate representation of color #3D4674: hue angle of 230.18º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3D4674 is Cyan = 0.47, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 61 | 70 | 116 | - |
| CMYK | 0.47 | 0.40 | 0 | 0.55 |
| HSL | 230.18º | 0.31% | 0.35% | - |
| HSV(B) | 230.18º | 0.47% | 0.45% | - |
| XYZ | 7.27 | 6.63 | 17.42 | - |
| YUV | 72.55 | 152.52 | 119.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 70 | 116 | 0.47 | 0.40 | 0 | 0.55 | 230.18 | 0.31 | 0.35 |
| Hex | 3D | 46 | 74 | 2F | 28 | 0 | 37 | E6 | 1F | 23 |
| Octal | 75 | 106 | 164 | 57 | 50 | 0 | 67 | 346 | 37 | 43 |
| Binary | 111101 | 1000110 | 1110100 | 101111 | 101000 | 0 | 110111 | 11100110 | 11111 | 100011 |
Color Harmonies of #3D4674
Complementary color
Monochromatic Colors of #3D4674
Black with #3D4674
Text Example
Text Example
White with #3D4674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D4674; }
p { color: rgb(61,70,116); }
H1.HeaderClassName
{
color: #3D4674;
}
.AnyTagClassName
{
color: #3D4674;
}
</style>
background-color css
<style>
a { background-color: #3D4674; }
a { background-color: rgb(61,70,116); }
div.DivClassName
{
background-color: #3D4674;
}
.BgClassName
{
background-color: #3D4674;
}
</style>
border-color css
<style>
span { border-color: #3D4674; }
span { border-color: rgb(61,70,116); }
td.TdClassName
{
border-color: #3D4674;
}
.TagClassName
{
border-color: #3D4674;
}
</style>