Shades of Governor Bay #3F4CAA
Tints of Governor Bay #3F4CAA
RGB
CMYK
RGB Variations
Color information
#3F4CAA (or 0x3F4CAA) is known color: Governor Bay. HEX triplet: 3F, 4C and AA. RGB value is (63,76,170). Sum of RGB (Red+Green+Blue) = 63+76+170=309 (40% of max value = 765). Red value is 63 (25% from 255 or 20.39% from 309); Green value is 76 (30.08% from 255 or 24.60% from 309); Blue value is 170 (66.80% from 255 or 55.02% from 309); Max value from RGB is 170 - color contains mainly: blue. Hex color #3F4CAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F4CAA is #C0B355. Grayscale: #525252. Windows color (decimal): -12628822 or 11160639. OLE color: 11160639.
HSL color Cylindrical-coordinate representation of color #3F4CAA: hue angle of 232.71º 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 #3F4CAA is Cyan = 0.63, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 63 | 76 | 170 | - |
| CMYK | 0.63 | 0.55 | 0 | 0.33 |
| HSL | 232.71º | 0.46% | 0.46% | - |
| HSV(B) | 232.71º | 0.63% | 0.67% | - |
| XYZ | 11.89 | 9.13 | 39.17 | - |
| YUV | 82.83 | 177.19 | 113.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 76 | 170 | 0.63 | 0.55 | 0 | 0.33 | 232.71 | 0.46 | 0.46 |
| Hex | 3F | 4C | AA | 3F | 37 | 0 | 21 | E9 | 2E | 2E |
| Octal | 77 | 114 | 252 | 77 | 67 | 0 | 41 | 351 | 56 | 56 |
| Binary | 111111 | 1001100 | 10101010 | 111111 | 110111 | 0 | 100001 | 11101001 | 101110 | 101110 |
Color Harmonies of #3F4CAA
Complementary color
Monochromatic Colors of #3F4CAA
Black with #3F4CAA
Text Example
Text Example
White with #3F4CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4CAA; }
p { color: rgb(63,76,170); }
H1.HeaderClassName
{
color: #3F4CAA;
}
.AnyTagClassName
{
color: #3F4CAA;
}
</style>
background-color css
<style>
a { background-color: #3F4CAA; }
a { background-color: rgb(63,76,170); }
div.DivClassName
{
background-color: #3F4CAA;
}
.BgClassName
{
background-color: #3F4CAA;
}
</style>
border-color css
<style>
span { border-color: #3F4CAA; }
span { border-color: rgb(63,76,170); }
td.TdClassName
{
border-color: #3F4CAA;
}
.TagClassName
{
border-color: #3F4CAA;
}
</style>