Shades of Governor Bay #3B449F
Tints of Governor Bay #3B449F
RGB
CMYK
RGB Variations
Color information
#3B449F (or 0x3B449F) is known color: Governor Bay. HEX triplet: 3B, 44 and 9F. RGB value is (59,68,159). Sum of RGB (Red+Green+Blue) = 59+68+159=286 (37% of max value = 765). Red value is 59 (23.44% from 255 or 20.63% from 286); Green value is 68 (26.95% from 255 or 23.78% from 286); Blue value is 159 (62.5% from 255 or 55.59% from 286); Max value from RGB is 159 - color contains mainly: blue. Hex color #3B449F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B449F is #C4BB60. Grayscale: #4B4B4B. Windows color (decimal): -12893025 or 10437691. OLE color: 10437691.
HSL color Cylindrical-coordinate representation of color #3B449F: hue angle of 234.6º degrees, saturation: 0.46, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3B449F is Cyan = 0.63, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 59 | 68 | 159 | - |
| CMYK | 0.63 | 0.57 | 0 | 0.38 |
| HSL | 234.6º | 0.46% | 0.43% | - |
| HSV(B) | 234.6º | 0.63% | 0.62% | - |
| XYZ | 10.13 | 7.57 | 33.73 | - |
| YUV | 75.68 | 175.02 | 116.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 68 | 159 | 0.63 | 0.57 | 0 | 0.38 | 234.6 | 0.46 | 0.43 |
| Hex | 3B | 44 | 9F | 3F | 39 | 0 | 26 | EB | 2E | 2B |
| Octal | 73 | 104 | 237 | 77 | 71 | 0 | 46 | 353 | 56 | 53 |
| Binary | 111011 | 1000100 | 10011111 | 111111 | 111001 | 0 | 100110 | 11101011 | 101110 | 101011 |
Color Harmonies of #3B449F
Complementary color
Monochromatic Colors of #3B449F
Black with #3B449F
Text Example
Text Example
White with #3B449F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B449F; }
p { color: rgb(59,68,159); }
H1.HeaderClassName
{
color: #3B449F;
}
.AnyTagClassName
{
color: #3B449F;
}
</style>
background-color css
<style>
a { background-color: #3B449F; }
a { background-color: rgb(59,68,159); }
div.DivClassName
{
background-color: #3B449F;
}
.BgClassName
{
background-color: #3B449F;
}
</style>
border-color css
<style>
span { border-color: #3B449F; }
span { border-color: rgb(59,68,159); }
td.TdClassName
{
border-color: #3B449F;
}
.TagClassName
{
border-color: #3B449F;
}
</style>