Shades of Governor Bay #403DAF
Tints of Governor Bay #403DAF
RGB
CMYK
RGB Variations
Color information
#403DAF (or 0x403DAF) is known color: Governor Bay. HEX triplet: 40, 3D and AF. RGB value is (64,61,175). Sum of RGB (Red+Green+Blue) = 64+61+175=300 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.33% from 300); Green value is 61 (24.22% from 255 or 20.33% from 300); Blue value is 175 (68.75% from 255 or 58.33% from 300); Max value from RGB is 175 - color contains mainly: blue. Hex color #403DAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403DAF is #BFC250. Grayscale: #4A4A4A. Windows color (decimal): -12567121 or 11484480. OLE color: 11484480.
HSL color Cylindrical-coordinate representation of color #403DAF: hue angle of 241.58º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #403DAF is Cyan = 0.63, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 64 | 61 | 175 | - |
| CMYK | 0.63 | 0.65 | 0 | 0.31 |
| HSL | 241.58º | 0.48% | 0.46% | - |
| HSV(B) | 241.58º | 0.65% | 0.69% | - |
| XYZ | 11.52 | 7.52 | 41.4 | - |
| YUV | 74.89 | 184.49 | 120.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 61 | 175 | 0.63 | 0.65 | 0 | 0.31 | 241.58 | 0.48 | 0.46 |
| Hex | 40 | 3D | AF | 3F | 41 | 0 | 1F | F2 | 30 | 2E |
| Octal | 100 | 75 | 257 | 77 | 101 | 0 | 37 | 362 | 60 | 56 |
| Binary | 1000000 | 111101 | 10101111 | 111111 | 1000001 | 0 | 11111 | 11110010 | 110000 | 101110 |
Color Harmonies of #403DAF
Complementary color
Monochromatic Colors of #403DAF
Black with #403DAF
Text Example
Text Example
White with #403DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403DAF; }
p { color: rgb(64,61,175); }
H1.HeaderClassName
{
color: #403DAF;
}
.AnyTagClassName
{
color: #403DAF;
}
</style>
background-color css
<style>
a { background-color: #403DAF; }
a { background-color: rgb(64,61,175); }
div.DivClassName
{
background-color: #403DAF;
}
.BgClassName
{
background-color: #403DAF;
}
</style>
border-color css
<style>
span { border-color: #403DAF; }
span { border-color: rgb(64,61,175); }
td.TdClassName
{
border-color: #403DAF;
}
.TagClassName
{
border-color: #403DAF;
}
</style>