Shades of Governor Bay #3F46AB
Tints of Governor Bay #3F46AB
RGB
CMYK
RGB Variations
Color information
#3F46AB (or 0x3F46AB) is known color: Governor Bay. HEX triplet: 3F, 46 and AB. RGB value is (63,70,171). Sum of RGB (Red+Green+Blue) = 63+70+171=304 (40% of max value = 765). Red value is 63 (25% from 255 or 20.72% from 304); Green value is 70 (27.73% from 255 or 23.03% from 304); Blue value is 171 (67.19% from 255 or 56.25% from 304); Max value from RGB is 171 - color contains mainly: blue. Hex color #3F46AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F46AB is #C0B954. Grayscale: #4F4F4F. Windows color (decimal): -12630357 or 11224639. OLE color: 11224639.
HSL color Cylindrical-coordinate representation of color #3F46AB: hue angle of 236.11º 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 #3F46AB is Cyan = 0.63, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 63 | 70 | 171 | - |
| CMYK | 0.63 | 0.59 | 0 | 0.33 |
| HSL | 236.11º | 0.46% | 0.46% | - |
| HSV(B) | 236.11º | 0.63% | 0.67% | - |
| XYZ | 11.59 | 8.38 | 39.53 | - |
| YUV | 79.42 | 179.68 | 116.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 70 | 171 | 0.63 | 0.59 | 0 | 0.33 | 236.11 | 0.46 | 0.46 |
| Hex | 3F | 46 | AB | 3F | 3B | 0 | 21 | EC | 2E | 2E |
| Octal | 77 | 106 | 253 | 77 | 73 | 0 | 41 | 354 | 56 | 56 |
| Binary | 111111 | 1000110 | 10101011 | 111111 | 111011 | 0 | 100001 | 11101100 | 101110 | 101110 |
Color Harmonies of #3F46AB
Complementary color
Monochromatic Colors of #3F46AB
Black with #3F46AB
Text Example
Text Example
White with #3F46AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F46AB; }
p { color: rgb(63,70,171); }
H1.HeaderClassName
{
color: #3F46AB;
}
.AnyTagClassName
{
color: #3F46AB;
}
</style>
background-color css
<style>
a { background-color: #3F46AB; }
a { background-color: rgb(63,70,171); }
div.DivClassName
{
background-color: #3F46AB;
}
.BgClassName
{
background-color: #3F46AB;
}
</style>
border-color css
<style>
span { border-color: #3F46AB; }
span { border-color: rgb(63,70,171); }
td.TdClassName
{
border-color: #3F46AB;
}
.TagClassName
{
border-color: #3F46AB;
}
</style>