Shades of Governor Bay #3F49AB
Tints of Governor Bay #3F49AB
RGB
CMYK
RGB Variations
Color information
#3F49AB (or 0x3F49AB) is known color: Governor Bay. HEX triplet: 3F, 49 and AB. RGB value is (63,73,171). Sum of RGB (Red+Green+Blue) = 63+73+171=307 (40% of max value = 765). Red value is 63 (25% from 255 or 20.52% from 307); Green value is 73 (28.91% from 255 or 23.78% from 307); Blue value is 171 (67.19% from 255 or 55.70% from 307); Max value from RGB is 171 - color contains mainly: blue. Hex color #3F49AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F49AB is #C0B654. Grayscale: #505050. Windows color (decimal): -12629589 or 11225407. OLE color: 11225407.
HSL color Cylindrical-coordinate representation of color #3F49AB: hue angle of 234.44º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3F49AB is Cyan = 0.63, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 63 | 73 | 171 | - |
| CMYK | 0.63 | 0.57 | 0 | 0.33 |
| HSL | 234.44º | 0.46% | 0.46% | - |
| HSV(B) | 234.44º | 0.63% | 0.67% | - |
| XYZ | 11.78 | 8.76 | 39.6 | - |
| YUV | 81.18 | 178.69 | 115.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 73 | 171 | 0.63 | 0.57 | 0 | 0.33 | 234.44 | 0.46 | 0.46 |
| Hex | 3F | 49 | AB | 3F | 39 | 0 | 21 | EA | 2E | 2E |
| Octal | 77 | 111 | 253 | 77 | 71 | 0 | 41 | 352 | 56 | 56 |
| Binary | 111111 | 1001001 | 10101011 | 111111 | 111001 | 0 | 100001 | 11101010 | 101110 | 101110 |
Color Harmonies of #3F49AB
Complementary color
Monochromatic Colors of #3F49AB
Black with #3F49AB
Text Example
Text Example
White with #3F49AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F49AB; }
p { color: rgb(63,73,171); }
H1.HeaderClassName
{
color: #3F49AB;
}
.AnyTagClassName
{
color: #3F49AB;
}
</style>
background-color css
<style>
a { background-color: #3F49AB; }
a { background-color: rgb(63,73,171); }
div.DivClassName
{
background-color: #3F49AB;
}
.BgClassName
{
background-color: #3F49AB;
}
</style>
border-color css
<style>
span { border-color: #3F49AB; }
span { border-color: rgb(63,73,171); }
td.TdClassName
{
border-color: #3F49AB;
}
.TagClassName
{
border-color: #3F49AB;
}
</style>