Shades of Port Gore #3D4873
Tints of Port Gore #3D4873
RGB
CMYK
RGB Variations
Color information
#3D4873 (or 0x3D4873) is known color: Port Gore. HEX triplet: 3D, 48 and 73. RGB value is (61,72,115). Sum of RGB (Red+Green+Blue) = 61+72+115=248 (32% of max value = 765). Red value is 61 (24.22% from 255 or 24.60% from 248); Green value is 72 (28.52% from 255 or 29.03% from 248); Blue value is 115 (45.31% from 255 or 46.37% from 248); Max value from RGB is 115 - color contains mainly: blue. Hex color #3D4873 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D4873 is #C2B78C. Grayscale: #494949. Windows color (decimal): -12760973 or 7555133. OLE color: 7555133.
HSL color Cylindrical-coordinate representation of color #3D4873: hue angle of 227.78º 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 #3D4873 is Cyan = 0.47, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 61 | 72 | 115 | - |
| CMYK | 0.47 | 0.37 | 0 | 0.55 |
| HSL | 227.78º | 0.31% | 0.35% | - |
| HSV(B) | 227.78º | 0.47% | 0.45% | - |
| XYZ | 7.34 | 6.86 | 17.16 | - |
| YUV | 73.61 | 151.36 | 119 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 72 | 115 | 0.47 | 0.37 | 0 | 0.55 | 227.78 | 0.31 | 0.35 |
| Hex | 3D | 48 | 73 | 2F | 25 | 0 | 37 | E4 | 1F | 23 |
| Octal | 75 | 110 | 163 | 57 | 45 | 0 | 67 | 344 | 37 | 43 |
| Binary | 111101 | 1001000 | 1110011 | 101111 | 100101 | 0 | 110111 | 11100100 | 11111 | 100011 |
Color Harmonies of #3D4873
Complementary color
Monochromatic Colors of #3D4873
Black with #3D4873
Text Example
Text Example
White with #3D4873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D4873; }
p { color: rgb(61,72,115); }
H1.HeaderClassName
{
color: #3D4873;
}
.AnyTagClassName
{
color: #3D4873;
}
</style>
background-color css
<style>
a { background-color: #3D4873; }
a { background-color: rgb(61,72,115); }
div.DivClassName
{
background-color: #3D4873;
}
.BgClassName
{
background-color: #3D4873;
}
</style>
border-color css
<style>
span { border-color: #3D4873; }
span { border-color: rgb(61,72,115); }
td.TdClassName
{
border-color: #3D4873;
}
.TagClassName
{
border-color: #3D4873;
}
</style>