Shades of Port Gore #3B446F
Tints of Port Gore #3B446F
RGB
CMYK
RGB Variations
Color information
#3B446F (or 0x3B446F) is known color: Port Gore. HEX triplet: 3B, 44 and 6F. RGB value is (59,68,111). Sum of RGB (Red+Green+Blue) = 59+68+111=238 (31% of max value = 765). Red value is 59 (23.44% from 255 or 24.79% from 238); Green value is 68 (26.95% from 255 or 28.57% from 238); Blue value is 111 (43.75% from 255 or 46.64% from 238); Max value from RGB is 111 - color contains mainly: blue. Hex color #3B446F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B446F is #C4BB90. Grayscale: #464646. Windows color (decimal): -12893073 or 7291963. OLE color: 7291963.
HSL color Cylindrical-coordinate representation of color #3B446F: hue angle of 229.62º 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 #3B446F is Cyan = 0.47, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 59 | 68 | 111 | - |
| CMYK | 0.47 | 0.39 | 0 | 0.56 |
| HSL | 229.62º | 0.31% | 0.33% | - |
| HSV(B) | 229.62º | 0.47% | 0.44% | - |
| XYZ | 6.74 | 6.21 | 15.88 | - |
| YUV | 70.21 | 151.02 | 120 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 68 | 111 | 0.47 | 0.39 | 0 | 0.56 | 229.62 | 0.31 | 0.33 |
| Hex | 3B | 44 | 6F | 2F | 27 | 0 | 38 | E6 | 1F | 21 |
| Octal | 73 | 104 | 157 | 57 | 47 | 0 | 70 | 346 | 37 | 41 |
| Binary | 111011 | 1000100 | 1101111 | 101111 | 100111 | 0 | 111000 | 11100110 | 11111 | 100001 |
Color Harmonies of #3B446F
Complementary color
Monochromatic Colors of #3B446F
Black with #3B446F
Text Example
Text Example
White with #3B446F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B446F; }
p { color: rgb(59,68,111); }
H1.HeaderClassName
{
color: #3B446F;
}
.AnyTagClassName
{
color: #3B446F;
}
</style>
background-color css
<style>
a { background-color: #3B446F; }
a { background-color: rgb(59,68,111); }
div.DivClassName
{
background-color: #3B446F;
}
.BgClassName
{
background-color: #3B446F;
}
</style>
border-color css
<style>
span { border-color: #3B446F; }
span { border-color: rgb(59,68,111); }
td.TdClassName
{
border-color: #3B446F;
}
.TagClassName
{
border-color: #3B446F;
}
</style>