Shades of Governor Bay #3F40AA
Tints of Governor Bay #3F40AA
RGB
CMYK
RGB Variations
Color information
#3F40AA (or 0x3F40AA) is known color: Governor Bay. HEX triplet: 3F, 40 and AA. RGB value is (63,64,170). Sum of RGB (Red+Green+Blue) = 63+64+170=297 (39% of max value = 765). Red value is 63 (25% from 255 or 21.21% from 297); Green value is 64 (25.39% from 255 or 21.55% from 297); Blue value is 170 (66.80% from 255 or 57.24% from 297); Max value from RGB is 170 - color contains mainly: blue. Hex color #3F40AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F40AA is #C0BF55. Grayscale: #4B4B4B. Windows color (decimal): -12631894 or 11157567. OLE color: 11157567.
HSL color Cylindrical-coordinate representation of color #3F40AA: hue angle of 239.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 #3F40AA is Cyan = 0.63, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 63 | 64 | 170 | - |
| CMYK | 0.63 | 0.62 | 0 | 0.33 |
| HSL | 239.44º | 0.46% | 0.46% | - |
| HSV(B) | 239.44º | 0.63% | 0.67% | - |
| XYZ | 11.14 | 7.63 | 38.92 | - |
| YUV | 75.79 | 181.17 | 118.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 64 | 170 | 0.63 | 0.62 | 0 | 0.33 | 239.44 | 0.46 | 0.46 |
| Hex | 3F | 40 | AA | 3F | 3E | 0 | 21 | EF | 2E | 2E |
| Octal | 77 | 100 | 252 | 77 | 76 | 0 | 41 | 357 | 56 | 56 |
| Binary | 111111 | 1000000 | 10101010 | 111111 | 111110 | 0 | 100001 | 11101111 | 101110 | 101110 |
Color Harmonies of #3F40AA
Complementary color
Monochromatic Colors of #3F40AA
Black with #3F40AA
Text Example
Text Example
White with #3F40AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F40AA; }
p { color: rgb(63,64,170); }
H1.HeaderClassName
{
color: #3F40AA;
}
.AnyTagClassName
{
color: #3F40AA;
}
</style>
background-color css
<style>
a { background-color: #3F40AA; }
a { background-color: rgb(63,64,170); }
div.DivClassName
{
background-color: #3F40AA;
}
.BgClassName
{
background-color: #3F40AA;
}
</style>
border-color css
<style>
span { border-color: #3F40AA; }
span { border-color: rgb(63,64,170); }
td.TdClassName
{
border-color: #3F40AA;
}
.TagClassName
{
border-color: #3F40AA;
}
</style>