Shades of Governor Bay #3E4A9F
Tints of Governor Bay #3E4A9F
RGB
CMYK
RGB Variations
Color information
#3E4A9F (or 0x3E4A9F) is known color: Governor Bay. HEX triplet: 3E, 4A and 9F. RGB value is (62,74,159). Sum of RGB (Red+Green+Blue) = 62+74+159=295 (39% of max value = 765). Red value is 62 (24.61% from 255 or 21.02% from 295); Green value is 74 (29.30% from 255 or 25.08% from 295); Blue value is 159 (62.5% from 255 or 53.90% from 295); Max value from RGB is 159 - color contains mainly: blue. Hex color #3E4A9F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E4A9F is #C1B560. Grayscale: #4F4F4F. Windows color (decimal): -12694881 or 10439230. OLE color: 10439230.
HSL color Cylindrical-coordinate representation of color #3E4A9F: hue angle of 232.58º degrees, saturation: 0.44, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3E4A9F is Cyan = 0.61, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 62 | 74 | 159 | - |
| CMYK | 0.61 | 0.53 | 0 | 0.38 |
| HSL | 232.58º | 0.44% | 0.43% | - |
| HSV(B) | 232.58º | 0.61% | 0.62% | - |
| XYZ | 10.69 | 8.42 | 33.86 | - |
| YUV | 80.1 | 172.52 | 115.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 74 | 159 | 0.61 | 0.53 | 0 | 0.38 | 232.58 | 0.44 | 0.43 |
| Hex | 3E | 4A | 9F | 3D | 35 | 0 | 26 | E9 | 2C | 2B |
| Octal | 76 | 112 | 237 | 75 | 65 | 0 | 46 | 351 | 54 | 53 |
| Binary | 111110 | 1001010 | 10011111 | 111101 | 110101 | 0 | 100110 | 11101001 | 101100 | 101011 |
Color Harmonies of #3E4A9F
Complementary color
Monochromatic Colors of #3E4A9F
Black with #3E4A9F
Text Example
Text Example
White with #3E4A9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E4A9F; }
p { color: rgb(62,74,159); }
H1.HeaderClassName
{
color: #3E4A9F;
}
.AnyTagClassName
{
color: #3E4A9F;
}
</style>
background-color css
<style>
a { background-color: #3E4A9F; }
a { background-color: rgb(62,74,159); }
div.DivClassName
{
background-color: #3E4A9F;
}
.BgClassName
{
background-color: #3E4A9F;
}
</style>
border-color css
<style>
span { border-color: #3E4A9F; }
span { border-color: rgb(62,74,159); }
td.TdClassName
{
border-color: #3E4A9F;
}
.TagClassName
{
border-color: #3E4A9F;
}
</style>