Shades of Governor Bay #403FAC
Tints of Governor Bay #403FAC
RGB
CMYK
RGB Variations
Color information
#403FAC (or 0x403FAC) is known color: Governor Bay. HEX triplet: 40, 3F and AC. RGB value is (64,63,172). Sum of RGB (Red+Green+Blue) = 64+63+172=299 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.40% from 299); Green value is 63 (25% from 255 or 21.07% from 299); Blue value is 172 (67.58% from 255 or 57.53% from 299); Max value from RGB is 172 - color contains mainly: blue. Hex color #403FAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403FAC is #BFC053. Grayscale: #4B4B4B. Windows color (decimal): -12566612 or 11288384. OLE color: 11288384.
HSL color Cylindrical-coordinate representation of color #403FAC: hue angle of 240.55º 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 #403FAC is Cyan = 0.63, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 64 | 63 | 172 | - |
| CMYK | 0.63 | 0.63 | 0 | 0.33 |
| HSL | 240.55º | 0.46% | 0.46% | - |
| HSV(B) | 240.55º | 0.63% | 0.67% | - |
| XYZ | 11.34 | 7.62 | 39.9 | - |
| YUV | 75.73 | 182.33 | 119.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 63 | 172 | 0.63 | 0.63 | 0 | 0.33 | 240.55 | 0.46 | 0.46 |
| Hex | 40 | 3F | AC | 3F | 3F | 0 | 21 | F1 | 2E | 2E |
| Octal | 100 | 77 | 254 | 77 | 77 | 0 | 41 | 361 | 56 | 56 |
| Binary | 1000000 | 111111 | 10101100 | 111111 | 111111 | 0 | 100001 | 11110001 | 101110 | 101110 |
Color Harmonies of #403FAC
Complementary color
Monochromatic Colors of #403FAC
Black with #403FAC
Text Example
Text Example
White with #403FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403FAC; }
p { color: rgb(64,63,172); }
H1.HeaderClassName
{
color: #403FAC;
}
.AnyTagClassName
{
color: #403FAC;
}
</style>
background-color css
<style>
a { background-color: #403FAC; }
a { background-color: rgb(64,63,172); }
div.DivClassName
{
background-color: #403FAC;
}
.BgClassName
{
background-color: #403FAC;
}
</style>
border-color css
<style>
span { border-color: #403FAC; }
span { border-color: rgb(64,63,172); }
td.TdClassName
{
border-color: #403FAC;
}
.TagClassName
{
border-color: #403FAC;
}
</style>