Shades of Port Gore #3D4673
Tints of Port Gore #3D4673
RGB
CMYK
RGB Variations
Color information
#3D4673 (or 0x3D4673) is known color: Port Gore. HEX triplet: 3D, 46 and 73. RGB value is (61,70,115). Sum of RGB (Red+Green+Blue) = 61+70+115=246 (32% of max value = 765). Red value is 61 (24.22% from 255 or 24.80% from 246); Green value is 70 (27.73% from 255 or 28.46% from 246); Blue value is 115 (45.31% from 255 or 46.75% from 246); Max value from RGB is 115 - color contains mainly: blue. Hex color #3D4673 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D4673 is #C2B98C. Grayscale: #484848. Windows color (decimal): -12761485 or 7554621. OLE color: 7554621.
HSL color Cylindrical-coordinate representation of color #3D4673: hue angle of 230º 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 #3D4673 is Cyan = 0.47, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 61 | 70 | 115 | - |
| CMYK | 0.47 | 0.39 | 0 | 0.55 |
| HSL | 230º | 0.31% | 0.35% | - |
| HSV(B) | 230º | 0.47% | 0.45% | - |
| XYZ | 7.21 | 6.61 | 17.12 | - |
| YUV | 72.44 | 152.02 | 119.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 70 | 115 | 0.47 | 0.39 | 0 | 0.55 | 230 | 0.31 | 0.35 |
| Hex | 3D | 46 | 73 | 2F | 27 | 0 | 37 | E6 | 1F | 23 |
| Octal | 75 | 106 | 163 | 57 | 47 | 0 | 67 | 346 | 37 | 43 |
| Binary | 111101 | 1000110 | 1110011 | 101111 | 100111 | 0 | 110111 | 11100110 | 11111 | 100011 |
Color Harmonies of #3D4673
Complementary color
Monochromatic Colors of #3D4673
Black with #3D4673
Text Example
Text Example
White with #3D4673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D4673; }
p { color: rgb(61,70,115); }
H1.HeaderClassName
{
color: #3D4673;
}
.AnyTagClassName
{
color: #3D4673;
}
</style>
background-color css
<style>
a { background-color: #3D4673; }
a { background-color: rgb(61,70,115); }
div.DivClassName
{
background-color: #3D4673;
}
.BgClassName
{
background-color: #3D4673;
}
</style>
border-color css
<style>
span { border-color: #3D4673; }
span { border-color: rgb(61,70,115); }
td.TdClassName
{
border-color: #3D4673;
}
.TagClassName
{
border-color: #3D4673;
}
</style>