Shades of Governor Bay #3E46AC
Tints of Governor Bay #3E46AC
RGB
CMYK
RGB Variations
Color information
#3E46AC (or 0x3E46AC) is known color: Governor Bay. HEX triplet: 3E, 46 and AC. RGB value is (62,70,172). Sum of RGB (Red+Green+Blue) = 62+70+172=304 (40% of max value = 765). Red value is 62 (24.61% from 255 or 20.39% from 304); Green value is 70 (27.73% from 255 or 23.03% from 304); Blue value is 172 (67.58% from 255 or 56.58% from 304); Max value from RGB is 172 - color contains mainly: blue. Hex color #3E46AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E46AC is #C1B953. Grayscale: #4E4E4E. Windows color (decimal): -12695892 or 11290174. OLE color: 11290174.
HSL color Cylindrical-coordinate representation of color #3E46AC: hue angle of 235.64º 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 #3E46AC is Cyan = 0.64, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 62 | 70 | 172 | - |
| CMYK | 0.64 | 0.59 | 0 | 0.33 |
| HSL | 235.64º | 0.47% | 0.46% | - |
| HSV(B) | 235.64º | 0.64% | 0.67% | - |
| XYZ | 11.62 | 8.38 | 40.04 | - |
| YUV | 79.24 | 180.35 | 115.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 70 | 172 | 0.64 | 0.59 | 0 | 0.33 | 235.64 | 0.47 | 0.46 |
| Hex | 3E | 46 | AC | 40 | 3B | 0 | 21 | EC | 2F | 2E |
| Octal | 76 | 106 | 254 | 100 | 73 | 0 | 41 | 354 | 57 | 56 |
| Binary | 111110 | 1000110 | 10101100 | 1000000 | 111011 | 0 | 100001 | 11101100 | 101111 | 101110 |
Color Harmonies of #3E46AC
Complementary color
Monochromatic Colors of #3E46AC
Black with #3E46AC
Text Example
Text Example
White with #3E46AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E46AC; }
p { color: rgb(62,70,172); }
H1.HeaderClassName
{
color: #3E46AC;
}
.AnyTagClassName
{
color: #3E46AC;
}
</style>
background-color css
<style>
a { background-color: #3E46AC; }
a { background-color: rgb(62,70,172); }
div.DivClassName
{
background-color: #3E46AC;
}
.BgClassName
{
background-color: #3E46AC;
}
</style>
border-color css
<style>
span { border-color: #3E46AC; }
span { border-color: rgb(62,70,172); }
td.TdClassName
{
border-color: #3E46AC;
}
.TagClassName
{
border-color: #3E46AC;
}
</style>