Shades of Port Gore #3B4471
Tints of Port Gore #3B4471
RGB
CMYK
RGB Variations
Color information
#3B4471 (or 0x3B4471) is known color: Port Gore. HEX triplet: 3B, 44 and 71. RGB value is (59,68,113). Sum of RGB (Red+Green+Blue) = 59+68+113=240 (31% of max value = 765). Red value is 59 (23.44% from 255 or 24.58% from 240); Green value is 68 (26.95% from 255 or 28.33% 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 #3B4471 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B4471 is #C4BB8E. Grayscale: #464646. Windows color (decimal): -12893071 or 7423035. OLE color: 7423035.
HSL color Cylindrical-coordinate representation of color #3B4471: hue angle of 230º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3B4471 is Cyan = 0.48, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 59 | 68 | 113 | - |
| CMYK | 0.48 | 0.40 | 0 | 0.56 |
| HSL | 230º | 0.31% | 0.34% | - |
| HSV(B) | 230º | 0.48% | 0.44% | - |
| XYZ | 6.85 | 6.26 | 16.47 | - |
| YUV | 70.44 | 152.02 | 119.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 68 | 113 | 0.48 | 0.40 | 0 | 0.56 | 230 | 0.31 | 0.34 |
| Hex | 3B | 44 | 71 | 30 | 28 | 0 | 38 | E6 | 1F | 22 |
| Octal | 73 | 104 | 161 | 60 | 50 | 0 | 70 | 346 | 37 | 42 |
| Binary | 111011 | 1000100 | 1110001 | 110000 | 101000 | 0 | 111000 | 11100110 | 11111 | 100010 |
Color Harmonies of #3B4471
Complementary color
Monochromatic Colors of #3B4471
Black with #3B4471
Text Example
Text Example
White with #3B4471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B4471; }
p { color: rgb(59,68,113); }
H1.HeaderClassName
{
color: #3B4471;
}
.AnyTagClassName
{
color: #3B4471;
}
</style>
background-color css
<style>
a { background-color: #3B4471; }
a { background-color: rgb(59,68,113); }
div.DivClassName
{
background-color: #3B4471;
}
.BgClassName
{
background-color: #3B4471;
}
</style>
border-color css
<style>
span { border-color: #3B4471; }
span { border-color: rgb(59,68,113); }
td.TdClassName
{
border-color: #3B4471;
}
.TagClassName
{
border-color: #3B4471;
}
</style>