Shades of Governor Bay #3F47AB
Tints of Governor Bay #3F47AB
RGB
CMYK
RGB Variations
Color information
#3F47AB (or 0x3F47AB) is known color: Governor Bay. HEX triplet: 3F, 47 and AB. RGB value is (63,71,171). Sum of RGB (Red+Green+Blue) = 63+71+171=305 (40% of max value = 765). Red value is 63 (25% from 255 or 20.66% from 305); Green value is 71 (28.12% from 255 or 23.28% from 305); Blue value is 171 (67.19% from 255 or 56.07% from 305); Max value from RGB is 171 - color contains mainly: blue. Hex color #3F47AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F47AB is #C0B854. Grayscale: #4F4F4F. Windows color (decimal): -12630101 or 11224895. OLE color: 11224895.
HSL color Cylindrical-coordinate representation of color #3F47AB: hue angle of 235.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 #3F47AB is Cyan = 0.63, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 63 | 71 | 171 | - |
| CMYK | 0.63 | 0.58 | 0 | 0.33 |
| HSL | 235.56º | 0.46% | 0.46% | - |
| HSV(B) | 235.56º | 0.63% | 0.67% | - |
| XYZ | 11.65 | 8.5 | 39.56 | - |
| YUV | 80.01 | 179.35 | 115.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 71 | 171 | 0.63 | 0.58 | 0 | 0.33 | 235.56 | 0.46 | 0.46 |
| Hex | 3F | 47 | AB | 3F | 3A | 0 | 21 | EC | 2E | 2E |
| Octal | 77 | 107 | 253 | 77 | 72 | 0 | 41 | 354 | 56 | 56 |
| Binary | 111111 | 1000111 | 10101011 | 111111 | 111010 | 0 | 100001 | 11101100 | 101110 | 101110 |
Color Harmonies of #3F47AB
Complementary color
Monochromatic Colors of #3F47AB
Black with #3F47AB
Text Example
Text Example
White with #3F47AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F47AB; }
p { color: rgb(63,71,171); }
H1.HeaderClassName
{
color: #3F47AB;
}
.AnyTagClassName
{
color: #3F47AB;
}
</style>
background-color css
<style>
a { background-color: #3F47AB; }
a { background-color: rgb(63,71,171); }
div.DivClassName
{
background-color: #3F47AB;
}
.BgClassName
{
background-color: #3F47AB;
}
</style>
border-color css
<style>
span { border-color: #3F47AB; }
span { border-color: rgb(63,71,171); }
td.TdClassName
{
border-color: #3F47AB;
}
.TagClassName
{
border-color: #3F47AB;
}
</style>