Shades of Port Gore #3B456F
Tints of Port Gore #3B456F
RGB
CMYK
RGB Variations
Color information
#3B456F (or 0x3B456F) is known color: Port Gore. HEX triplet: 3B, 45 and 6F. RGB value is (59,69,111). Sum of RGB (Red+Green+Blue) = 59+69+111=239 (31% of max value = 765). Red value is 59 (23.44% from 255 or 24.69% from 239); Green value is 69 (27.34% from 255 or 28.87% from 239); Blue value is 111 (43.75% from 255 or 46.44% from 239); Max value from RGB is 111 - color contains mainly: blue. Hex color #3B456F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B456F is #C4BA90. Grayscale: #464646. Windows color (decimal): -12892817 or 7292219. OLE color: 7292219.
HSL color Cylindrical-coordinate representation of color #3B456F: hue angle of 228.46º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3B456F is Cyan = 0.47, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 59 | 69 | 111 | - |
| CMYK | 0.47 | 0.38 | 0 | 0.56 |
| HSL | 228.46º | 0.31% | 0.33% | - |
| HSV(B) | 228.46º | 0.47% | 0.44% | - |
| XYZ | 6.8 | 6.33 | 15.9 | - |
| YUV | 70.8 | 150.69 | 119.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 69 | 111 | 0.47 | 0.38 | 0 | 0.56 | 228.46 | 0.31 | 0.33 |
| Hex | 3B | 45 | 6F | 2F | 26 | 0 | 38 | E4 | 1F | 21 |
| Octal | 73 | 105 | 157 | 57 | 46 | 0 | 70 | 344 | 37 | 41 |
| Binary | 111011 | 1000101 | 1101111 | 101111 | 100110 | 0 | 111000 | 11100100 | 11111 | 100001 |
Color Harmonies of #3B456F
Complementary color
Monochromatic Colors of #3B456F
Black with #3B456F
Text Example
Text Example
White with #3B456F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B456F; }
p { color: rgb(59,69,111); }
H1.HeaderClassName
{
color: #3B456F;
}
.AnyTagClassName
{
color: #3B456F;
}
</style>
background-color css
<style>
a { background-color: #3B456F; }
a { background-color: rgb(59,69,111); }
div.DivClassName
{
background-color: #3B456F;
}
.BgClassName
{
background-color: #3B456F;
}
</style>
border-color css
<style>
span { border-color: #3B456F; }
span { border-color: rgb(59,69,111); }
td.TdClassName
{
border-color: #3B456F;
}
.TagClassName
{
border-color: #3B456F;
}
</style>