Shades of Governor Bay #403FAB
Tints of Governor Bay #403FAB
RGB
CMYK
RGB Variations
Color information
#403FAB (or 0x403FAB) is known color: Governor Bay. HEX triplet: 40, 3F and AB. RGB value is (64,63,171). Sum of RGB (Red+Green+Blue) = 64+63+171=298 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.48% from 298); Green value is 63 (25% from 255 or 21.14% 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 #403FAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403FAB is #BFC054. Grayscale: #4B4B4B. Windows color (decimal): -12566613 or 11222848. OLE color: 11222848.
HSL color Cylindrical-coordinate representation of color #403FAB: hue angle of 240.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 #403FAB is Cyan = 0.63, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 64 | 63 | 171 | - |
| CMYK | 0.63 | 0.63 | 0 | 0.33 |
| HSL | 240.56º | 0.46% | 0.46% | - |
| HSV(B) | 240.56º | 0.63% | 0.67% | - |
| XYZ | 11.24 | 7.59 | 39.4 | - |
| YUV | 75.61 | 181.83 | 119.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 63 | 171 | 0.63 | 0.63 | 0 | 0.33 | 240.56 | 0.46 | 0.46 |
| Hex | 40 | 3F | AB | 3F | 3F | 0 | 21 | F1 | 2E | 2E |
| Octal | 100 | 77 | 253 | 77 | 77 | 0 | 41 | 361 | 56 | 56 |
| Binary | 1000000 | 111111 | 10101011 | 111111 | 111111 | 0 | 100001 | 11110001 | 101110 | 101110 |
Color Harmonies of #403FAB
Complementary color
Monochromatic Colors of #403FAB
Black with #403FAB
Text Example
Text Example
White with #403FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403FAB; }
p { color: rgb(64,63,171); }
H1.HeaderClassName
{
color: #403FAB;
}
.AnyTagClassName
{
color: #403FAB;
}
</style>
background-color css
<style>
a { background-color: #403FAB; }
a { background-color: rgb(64,63,171); }
div.DivClassName
{
background-color: #403FAB;
}
.BgClassName
{
background-color: #403FAB;
}
</style>
border-color css
<style>
span { border-color: #403FAB; }
span { border-color: rgb(64,63,171); }
td.TdClassName
{
border-color: #403FAB;
}
.TagClassName
{
border-color: #403FAB;
}
</style>