Shades of Governor Bay #3E46AB
Tints of Governor Bay #3E46AB
RGB
CMYK
RGB Variations
Color information
#3E46AB (or 0x3E46AB) is known color: Governor Bay. HEX triplet: 3E, 46 and AB. RGB value is (62,70,171). Sum of RGB (Red+Green+Blue) = 62+70+171=303 (40% of max value = 765). Red value is 62 (24.61% from 255 or 20.46% from 303); Green value is 70 (27.73% from 255 or 23.10% from 303); Blue value is 171 (67.19% from 255 or 56.44% from 303); Max value from RGB is 171 - color contains mainly: blue. Hex color #3E46AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E46AB is #C1B954. Grayscale: #4E4E4E. Windows color (decimal): -12695893 or 11224638. OLE color: 11224638.
HSL color Cylindrical-coordinate representation of color #3E46AB: hue angle of 235.6º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3E46AB is Cyan = 0.64, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 62 | 70 | 171 | - |
| CMYK | 0.64 | 0.59 | 0 | 0.33 |
| HSL | 235.6º | 0.47% | 0.46% | - |
| HSV(B) | 235.6º | 0.64% | 0.67% | - |
| XYZ | 11.53 | 8.34 | 39.53 | - |
| YUV | 79.12 | 179.85 | 115.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 70 | 171 | 0.64 | 0.59 | 0 | 0.33 | 235.6 | 0.47 | 0.46 |
| Hex | 3E | 46 | AB | 40 | 3B | 0 | 21 | EC | 2F | 2E |
| Octal | 76 | 106 | 253 | 100 | 73 | 0 | 41 | 354 | 57 | 56 |
| Binary | 111110 | 1000110 | 10101011 | 1000000 | 111011 | 0 | 100001 | 11101100 | 101111 | 101110 |
Color Harmonies of #3E46AB
Complementary color
Monochromatic Colors of #3E46AB
Black with #3E46AB
Text Example
Text Example
White with #3E46AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E46AB; }
p { color: rgb(62,70,171); }
H1.HeaderClassName
{
color: #3E46AB;
}
.AnyTagClassName
{
color: #3E46AB;
}
</style>
background-color css
<style>
a { background-color: #3E46AB; }
a { background-color: rgb(62,70,171); }
div.DivClassName
{
background-color: #3E46AB;
}
.BgClassName
{
background-color: #3E46AB;
}
</style>
border-color css
<style>
span { border-color: #3E46AB; }
span { border-color: rgb(62,70,171); }
td.TdClassName
{
border-color: #3E46AB;
}
.TagClassName
{
border-color: #3E46AB;
}
</style>