Shades of Governor Bay #3E499B
Tints of Governor Bay #3E499B
RGB
CMYK
RGB Variations
Color information
#3E499B (or 0x3E499B) is known color: Governor Bay. HEX triplet: 3E, 49 and 9B. RGB value is (62,73,155). Sum of RGB (Red+Green+Blue) = 62+73+155=290 (38% of max value = 765). Red value is 62 (24.61% from 255 or 21.38% from 290); Green value is 73 (28.91% from 255 or 25.17% from 290); Blue value is 155 (60.94% from 255 or 53.45% from 290); Max value from RGB is 155 - color contains mainly: blue. Hex color #3E499B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E499B is #C1B664. Grayscale: #4E4E4E. Windows color (decimal): -12695141 or 10176830. OLE color: 10176830.
HSL color Cylindrical-coordinate representation of color #3E499B: hue angle of 232.9º degrees, saturation: 0.43, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3E499B is Cyan = 0.6, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 62 | 73 | 155 | - |
| CMYK | 0.6 | 0.53 | 0 | 0.39 |
| HSL | 232.9º | 0.43% | 0.43% | - |
| HSV(B) | 232.9º | 0.6% | 0.61% | - |
| XYZ | 10.29 | 8.16 | 32.04 | - |
| YUV | 79.06 | 170.86 | 115.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 73 | 155 | 0.6 | 0.53 | 0 | 0.39 | 232.9 | 0.43 | 0.43 |
| Hex | 3E | 49 | 9B | 3C | 35 | 0 | 27 | E9 | 2B | 2B |
| Octal | 76 | 111 | 233 | 74 | 65 | 0 | 47 | 351 | 53 | 53 |
| Binary | 111110 | 1001001 | 10011011 | 111100 | 110101 | 0 | 100111 | 11101001 | 101011 | 101011 |
Color Harmonies of #3E499B
Complementary color
Monochromatic Colors of #3E499B
Black with #3E499B
Text Example
Text Example
White with #3E499B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E499B; }
p { color: rgb(62,73,155); }
H1.HeaderClassName
{
color: #3E499B;
}
.AnyTagClassName
{
color: #3E499B;
}
</style>
background-color css
<style>
a { background-color: #3E499B; }
a { background-color: rgb(62,73,155); }
div.DivClassName
{
background-color: #3E499B;
}
.BgClassName
{
background-color: #3E499B;
}
</style>
border-color css
<style>
span { border-color: #3E499B; }
span { border-color: rgb(62,73,155); }
td.TdClassName
{
border-color: #3E499B;
}
.TagClassName
{
border-color: #3E499B;
}
</style>