Shades of Port Gore #3D4877
Tints of Port Gore #3D4877
RGB
CMYK
RGB Variations
Color information
#3D4877 (or 0x3D4877) is known color: Port Gore. HEX triplet: 3D, 48 and 77. RGB value is (61,72,119). Sum of RGB (Red+Green+Blue) = 61+72+119=252 (33% of max value = 765). Red value is 61 (24.22% from 255 or 24.21% from 252); Green value is 72 (28.52% from 255 or 28.57% from 252); Blue value is 119 (46.88% from 255 or 47.22% from 252); Max value from RGB is 119 - color contains mainly: blue. Hex color #3D4877 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D4877 is #C2B788. Grayscale: #494949. Windows color (decimal): -12760969 or 7817277. OLE color: 7817277.
HSL color Cylindrical-coordinate representation of color #3D4877: hue angle of 228.62º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3D4877 is Cyan = 0.49, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 61 | 72 | 119 | - |
| CMYK | 0.49 | 0.39 | 0 | 0.53 |
| HSL | 228.62º | 0.32% | 0.35% | - |
| HSV(B) | 228.62º | 0.49% | 0.47% | - |
| XYZ | 7.57 | 6.96 | 18.4 | - |
| YUV | 74.07 | 153.36 | 118.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 72 | 119 | 0.49 | 0.39 | 0 | 0.53 | 228.62 | 0.32 | 0.35 |
| Hex | 3D | 48 | 77 | 31 | 27 | 0 | 35 | E5 | 20 | 23 |
| Octal | 75 | 110 | 167 | 61 | 47 | 0 | 65 | 345 | 40 | 43 |
| Binary | 111101 | 1001000 | 1110111 | 110001 | 100111 | 0 | 110101 | 11100101 | 100000 | 100011 |
Color Harmonies of #3D4877
Complementary color
Monochromatic Colors of #3D4877
Black with #3D4877
Text Example
Text Example
White with #3D4877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D4877; }
p { color: rgb(61,72,119); }
H1.HeaderClassName
{
color: #3D4877;
}
.AnyTagClassName
{
color: #3D4877;
}
</style>
background-color css
<style>
a { background-color: #3D4877; }
a { background-color: rgb(61,72,119); }
div.DivClassName
{
background-color: #3D4877;
}
.BgClassName
{
background-color: #3D4877;
}
</style>
border-color css
<style>
span { border-color: #3D4877; }
span { border-color: rgb(61,72,119); }
td.TdClassName
{
border-color: #3D4877;
}
.TagClassName
{
border-color: #3D4877;
}
</style>