Shades of Governor Bay #3F40AB
Tints of Governor Bay #3F40AB
RGB
CMYK
RGB Variations
Color information
#3F40AB (or 0x3F40AB) is known color: Governor Bay. HEX triplet: 3F, 40 and AB. RGB value is (63,64,171). Sum of RGB (Red+Green+Blue) = 63+64+171=298 (39% of max value = 765). Red value is 63 (25% from 255 or 21.14% from 298); Green value is 64 (25.39% from 255 or 21.48% from 298); Blue value is 171 (67.19% from 255 or 57.38% from 298); Max value from RGB is 171 - color contains mainly: blue. Hex color #3F40AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F40AB is #C0BF54. Grayscale: #4B4B4B. Windows color (decimal): -12631893 or 11223103. OLE color: 11223103.
HSL color Cylindrical-coordinate representation of color #3F40AB: 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 #3F40AB is Cyan = 0.63, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 63 | 64 | 171 | - |
| CMYK | 0.63 | 0.63 | 0 | 0.33 |
| HSL | 239.44º | 0.46% | 0.46% | - |
| HSV(B) | 239.44º | 0.63% | 0.67% | - |
| XYZ | 11.23 | 7.66 | 39.42 | - |
| YUV | 75.9 | 181.67 | 118.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 64 | 171 | 0.63 | 0.63 | 0 | 0.33 | 239.44 | 0.46 | 0.46 |
| Hex | 3F | 40 | AB | 3F | 3F | 0 | 21 | EF | 2E | 2E |
| Octal | 77 | 100 | 253 | 77 | 77 | 0 | 41 | 357 | 56 | 56 |
| Binary | 111111 | 1000000 | 10101011 | 111111 | 111111 | 0 | 100001 | 11101111 | 101110 | 101110 |
Color Harmonies of #3F40AB
Complementary color
Monochromatic Colors of #3F40AB
Black with #3F40AB
Text Example
Text Example
White with #3F40AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F40AB; }
p { color: rgb(63,64,171); }
H1.HeaderClassName
{
color: #3F40AB;
}
.AnyTagClassName
{
color: #3F40AB;
}
</style>
background-color css
<style>
a { background-color: #3F40AB; }
a { background-color: rgb(63,64,171); }
div.DivClassName
{
background-color: #3F40AB;
}
.BgClassName
{
background-color: #3F40AB;
}
</style>
border-color css
<style>
span { border-color: #3F40AB; }
span { border-color: rgb(63,64,171); }
td.TdClassName
{
border-color: #3F40AB;
}
.TagClassName
{
border-color: #3F40AB;
}
</style>