Shades of Governor Bay #3E4DAB
Tints of Governor Bay #3E4DAB
RGB
CMYK
RGB Variations
Color information
#3E4DAB (or 0x3E4DAB) is known color: Governor Bay. HEX triplet: 3E, 4D and AB. RGB value is (62,77,171). Sum of RGB (Red+Green+Blue) = 62+77+171=310 (41% of max value = 765). Red value is 62 (24.61% from 255 or 20% from 310); Green value is 77 (30.47% from 255 or 24.84% from 310); Blue value is 171 (67.19% from 255 or 55.16% from 310); Max value from RGB is 171 - color contains mainly: blue. Hex color #3E4DAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E4DAB is #C1B254. Grayscale: #525252. Windows color (decimal): -12694101 or 11226430. OLE color: 11226430.
HSL color Cylindrical-coordinate representation of color #3E4DAB: hue angle of 231.74º 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 #3E4DAB is Cyan = 0.64, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 62 | 77 | 171 | - |
| CMYK | 0.64 | 0.55 | 0 | 0.33 |
| HSL | 231.74º | 0.47% | 0.46% | - |
| HSV(B) | 231.74º | 0.64% | 0.67% | - |
| XYZ | 11.99 | 9.27 | 39.69 | - |
| YUV | 83.23 | 177.53 | 112.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 77 | 171 | 0.64 | 0.55 | 0 | 0.33 | 231.74 | 0.47 | 0.46 |
| Hex | 3E | 4D | AB | 40 | 37 | 0 | 21 | E8 | 2F | 2E |
| Octal | 76 | 115 | 253 | 100 | 67 | 0 | 41 | 350 | 57 | 56 |
| Binary | 111110 | 1001101 | 10101011 | 1000000 | 110111 | 0 | 100001 | 11101000 | 101111 | 101110 |
Color Harmonies of #3E4DAB
Complementary color
Monochromatic Colors of #3E4DAB
Black with #3E4DAB
Text Example
Text Example
White with #3E4DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E4DAB; }
p { color: rgb(62,77,171); }
H1.HeaderClassName
{
color: #3E4DAB;
}
.AnyTagClassName
{
color: #3E4DAB;
}
</style>
background-color css
<style>
a { background-color: #3E4DAB; }
a { background-color: rgb(62,77,171); }
div.DivClassName
{
background-color: #3E4DAB;
}
.BgClassName
{
background-color: #3E4DAB;
}
</style>
border-color css
<style>
span { border-color: #3E4DAB; }
span { border-color: rgb(62,77,171); }
td.TdClassName
{
border-color: #3E4DAB;
}
.TagClassName
{
border-color: #3E4DAB;
}
</style>