Shades of Port Gore #3D4472
Tints of Port Gore #3D4472
RGB
CMYK
RGB Variations
Color information
#3D4472 (or 0x3D4472) is known color: Port Gore. HEX triplet: 3D, 44 and 72. RGB value is (61,68,114). Sum of RGB (Red+Green+Blue) = 61+68+114=243 (32% of max value = 765). Red value is 61 (24.22% from 255 or 25.10% from 243); Green value is 68 (26.95% from 255 or 27.98% from 243); Blue value is 114 (44.92% from 255 or 46.91% from 243); Max value from RGB is 114 - color contains mainly: blue. Hex color #3D4472 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D4472 is #C2BB8D. Grayscale: #464646. Windows color (decimal): -12761998 or 7488573. OLE color: 7488573.
HSL color Cylindrical-coordinate representation of color #3D4472: hue angle of 232.08º degrees, saturation: 0.3, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3D4472 is Cyan = 0.46, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 61 | 68 | 114 | - |
| CMYK | 0.46 | 0.40 | 0 | 0.55 |
| HSL | 232.08º | 0.3% | 0.34% | - |
| HSV(B) | 232.08º | 0.46% | 0.45% | - |
| XYZ | 7.03 | 6.34 | 16.77 | - |
| YUV | 71.15 | 152.18 | 120.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 68 | 114 | 0.46 | 0.40 | 0 | 0.55 | 232.08 | 0.3 | 0.34 |
| Hex | 3D | 44 | 72 | 2E | 28 | 0 | 37 | E8 | 1E | 22 |
| Octal | 75 | 104 | 162 | 56 | 50 | 0 | 67 | 350 | 36 | 42 |
| Binary | 111101 | 1000100 | 1110010 | 101110 | 101000 | 0 | 110111 | 11101000 | 11110 | 100010 |
Color Harmonies of #3D4472
Complementary color
Monochromatic Colors of #3D4472
Black with #3D4472
Text Example
Text Example
White with #3D4472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D4472; }
p { color: rgb(61,68,114); }
H1.HeaderClassName
{
color: #3D4472;
}
.AnyTagClassName
{
color: #3D4472;
}
</style>
background-color css
<style>
a { background-color: #3D4472; }
a { background-color: rgb(61,68,114); }
div.DivClassName
{
background-color: #3D4472;
}
.BgClassName
{
background-color: #3D4472;
}
</style>
border-color css
<style>
span { border-color: #3D4472; }
span { border-color: rgb(61,68,114); }
td.TdClassName
{
border-color: #3D4472;
}
.TagClassName
{
border-color: #3D4472;
}
</style>