Shades of Governor Bay #403EAD
Tints of Governor Bay #403EAD
RGB
CMYK
RGB Variations
Color information
#403EAD (or 0x403EAD) is known color: Governor Bay. HEX triplet: 40, 3E and AD. RGB value is (64,62,173). Sum of RGB (Red+Green+Blue) = 64+62+173=299 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.40% from 299); Green value is 62 (24.61% from 255 or 20.74% from 299); Blue value is 173 (67.97% from 255 or 57.86% from 299); Max value from RGB is 173 - color contains mainly: blue. Hex color #403EAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403EAD is #BFC152. Grayscale: #4A4A4A. Windows color (decimal): -12566867 or 11353664. OLE color: 11353664.
HSL color Cylindrical-coordinate representation of color #403EAD: hue angle of 241.08º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #403EAD is Cyan = 0.63, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 64 | 62 | 173 | - |
| CMYK | 0.63 | 0.64 | 0 | 0.32 |
| HSL | 241.08º | 0.47% | 0.46% | - |
| HSV(B) | 241.08º | 0.64% | 0.68% | - |
| XYZ | 11.38 | 7.55 | 40.39 | - |
| YUV | 75.25 | 183.16 | 119.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 62 | 173 | 0.63 | 0.64 | 0 | 0.32 | 241.08 | 0.47 | 0.46 |
| Hex | 40 | 3E | AD | 3F | 40 | 0 | 20 | F1 | 2F | 2E |
| Octal | 100 | 76 | 255 | 77 | 100 | 0 | 40 | 361 | 57 | 56 |
| Binary | 1000000 | 111110 | 10101101 | 111111 | 1000000 | 0 | 100000 | 11110001 | 101111 | 101110 |
Color Harmonies of #403EAD
Complementary color
Monochromatic Colors of #403EAD
Black with #403EAD
Text Example
Text Example
White with #403EAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403EAD; }
p { color: rgb(64,62,173); }
H1.HeaderClassName
{
color: #403EAD;
}
.AnyTagClassName
{
color: #403EAD;
}
</style>
background-color css
<style>
a { background-color: #403EAD; }
a { background-color: rgb(64,62,173); }
div.DivClassName
{
background-color: #403EAD;
}
.BgClassName
{
background-color: #403EAD;
}
</style>
border-color css
<style>
span { border-color: #403EAD; }
span { border-color: rgb(64,62,173); }
td.TdClassName
{
border-color: #403EAD;
}
.TagClassName
{
border-color: #403EAD;
}
</style>