Shades of Port Gore #3D4271
Tints of Port Gore #3D4271
RGB
CMYK
RGB Variations
Color information
#3D4271 (or 0x3D4271) is known color: Port Gore. HEX triplet: 3D, 42 and 71. RGB value is (61,66,113). Sum of RGB (Red+Green+Blue) = 61+66+113=240 (31% of max value = 765). Red value is 61 (24.22% from 255 or 25.42% from 240); Green value is 66 (26.17% from 255 or 27.5% from 240); Blue value is 113 (44.53% from 255 or 47.08% from 240); Max value from RGB is 113 - color contains mainly: blue. Hex color #3D4271 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D4271 is #C2BD8E. Grayscale: #454545. Windows color (decimal): -12762511 or 7422525. OLE color: 7422525.
HSL color Cylindrical-coordinate representation of color #3D4271: hue angle of 234.23º degrees, saturation: 0.3, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3D4271 is Cyan = 0.46, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 61 | 66 | 113 | - |
| CMYK | 0.46 | 0.42 | 0 | 0.56 |
| HSL | 234.23º | 0.3% | 0.34% | - |
| HSV(B) | 234.23º | 0.46% | 0.44% | - |
| XYZ | 6.85 | 6.08 | 16.44 | - |
| YUV | 69.86 | 152.34 | 121.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 66 | 113 | 0.46 | 0.42 | 0 | 0.56 | 234.23 | 0.3 | 0.34 |
| Hex | 3D | 42 | 71 | 2E | 2A | 0 | 38 | EA | 1E | 22 |
| Octal | 75 | 102 | 161 | 56 | 52 | 0 | 70 | 352 | 36 | 42 |
| Binary | 111101 | 1000010 | 1110001 | 101110 | 101010 | 0 | 111000 | 11101010 | 11110 | 100010 |
Color Harmonies of #3D4271
Complementary color
Monochromatic Colors of #3D4271
Black with #3D4271
Text Example
Text Example
White with #3D4271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D4271; }
p { color: rgb(61,66,113); }
H1.HeaderClassName
{
color: #3D4271;
}
.AnyTagClassName
{
color: #3D4271;
}
</style>
background-color css
<style>
a { background-color: #3D4271; }
a { background-color: rgb(61,66,113); }
div.DivClassName
{
background-color: #3D4271;
}
.BgClassName
{
background-color: #3D4271;
}
</style>
border-color css
<style>
span { border-color: #3D4271; }
span { border-color: rgb(61,66,113); }
td.TdClassName
{
border-color: #3D4271;
}
.TagClassName
{
border-color: #3D4271;
}
</style>