Shades of Governor Bay #3E4EAA
Tints of Governor Bay #3E4EAA
RGB
CMYK
RGB Variations
Color information
#3E4EAA (or 0x3E4EAA) is known color: Governor Bay. HEX triplet: 3E, 4E and AA. RGB value is (62,78,170). Sum of RGB (Red+Green+Blue) = 62+78+170=310 (41% of max value = 765). Red value is 62 (24.61% from 255 or 20% from 310); Green value is 78 (30.86% from 255 or 25.16% from 310); Blue value is 170 (66.80% from 255 or 54.84% from 310); Max value from RGB is 170 - color contains mainly: blue. Hex color #3E4EAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E4EAA is #C1B155. Grayscale: #535353. Windows color (decimal): -12693846 or 11161150. OLE color: 11161150.
HSL color Cylindrical-coordinate representation of color #3E4EAA: hue angle of 231.11º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3E4EAA is Cyan = 0.64, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 62 | 78 | 170 | - |
| CMYK | 0.64 | 0.54 | 0 | 0.33 |
| HSL | 231.11º | 0.47% | 0.45% | - |
| HSV(B) | 231.11º | 0.64% | 0.67% | - |
| XYZ | 11.97 | 9.38 | 39.21 | - |
| YUV | 83.7 | 176.7 | 112.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 78 | 170 | 0.64 | 0.54 | 0 | 0.33 | 231.11 | 0.47 | 0.45 |
| Hex | 3E | 4E | AA | 40 | 36 | 0 | 21 | E7 | 2F | 2D |
| Octal | 76 | 116 | 252 | 100 | 66 | 0 | 41 | 347 | 57 | 55 |
| Binary | 111110 | 1001110 | 10101010 | 1000000 | 110110 | 0 | 100001 | 11100111 | 101111 | 101101 |
Color Harmonies of #3E4EAA
Complementary color
Monochromatic Colors of #3E4EAA
Black with #3E4EAA
Text Example
Text Example
White with #3E4EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E4EAA; }
p { color: rgb(62,78,170); }
H1.HeaderClassName
{
color: #3E4EAA;
}
.AnyTagClassName
{
color: #3E4EAA;
}
</style>
background-color css
<style>
a { background-color: #3E4EAA; }
a { background-color: rgb(62,78,170); }
div.DivClassName
{
background-color: #3E4EAA;
}
.BgClassName
{
background-color: #3E4EAA;
}
</style>
border-color css
<style>
span { border-color: #3E4EAA; }
span { border-color: rgb(62,78,170); }
td.TdClassName
{
border-color: #3E4EAA;
}
.TagClassName
{
border-color: #3E4EAA;
}
</style>