Shades of Governor Bay #3F50AB
Tints of Governor Bay #3F50AB
RGB
CMYK
RGB Variations
Color information
#3F50AB (or 0x3F50AB) is known color: Governor Bay. HEX triplet: 3F, 50 and AB. RGB value is (63,80,171). Sum of RGB (Red+Green+Blue) = 63+80+171=314 (41% of max value = 765). Red value is 63 (25% from 255 or 20.06% from 314); Green value is 80 (31.64% from 255 or 25.48% from 314); Blue value is 171 (67.19% from 255 or 54.46% from 314); Max value from RGB is 171 - color contains mainly: blue. Hex color #3F50AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F50AB is #C0AF54. Grayscale: #545454. Windows color (decimal): -12627797 or 11227199. OLE color: 11227199.
HSL color Cylindrical-coordinate representation of color #3F50AB: hue angle of 230.56º 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 #3F50AB is Cyan = 0.63, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 63 | 80 | 171 | - |
| CMYK | 0.63 | 0.53 | 0 | 0.33 |
| HSL | 230.56º | 0.46% | 0.46% | - |
| HSV(B) | 230.56º | 0.63% | 0.67% | - |
| XYZ | 12.27 | 9.73 | 39.76 | - |
| YUV | 85.29 | 176.37 | 112.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 80 | 171 | 0.63 | 0.53 | 0 | 0.33 | 230.56 | 0.46 | 0.46 |
| Hex | 3F | 50 | AB | 3F | 35 | 0 | 21 | E7 | 2E | 2E |
| Octal | 77 | 120 | 253 | 77 | 65 | 0 | 41 | 347 | 56 | 56 |
| Binary | 111111 | 1010000 | 10101011 | 111111 | 110101 | 0 | 100001 | 11100111 | 101110 | 101110 |
Color Harmonies of #3F50AB
Complementary color
Monochromatic Colors of #3F50AB
Black with #3F50AB
Text Example
Text Example
White with #3F50AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F50AB; }
p { color: rgb(63,80,171); }
H1.HeaderClassName
{
color: #3F50AB;
}
.AnyTagClassName
{
color: #3F50AB;
}
</style>
background-color css
<style>
a { background-color: #3F50AB; }
a { background-color: rgb(63,80,171); }
div.DivClassName
{
background-color: #3F50AB;
}
.BgClassName
{
background-color: #3F50AB;
}
</style>
border-color css
<style>
span { border-color: #3F50AB; }
span { border-color: rgb(63,80,171); }
td.TdClassName
{
border-color: #3F50AB;
}
.TagClassName
{
border-color: #3F50AB;
}
</style>