Shades of Governor Bay #3E4CA9
Tints of Governor Bay #3E4CA9
RGB
CMYK
RGB Variations
Color information
#3E4CA9 (or 0x3E4CA9) is known color: Governor Bay. HEX triplet: 3E, 4C and A9. RGB value is (62,76,169). Sum of RGB (Red+Green+Blue) = 62+76+169=307 (40% of max value = 765). Red value is 62 (24.61% from 255 or 20.20% from 307); Green value is 76 (30.08% from 255 or 24.76% from 307); Blue value is 169 (66.41% from 255 or 55.05% from 307); Max value from RGB is 169 - color contains mainly: blue. Hex color #3E4CA9 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E4CA9 is #C1B356. Grayscale: #525252. Windows color (decimal): -12694359 or 11095102. OLE color: 11095102.
HSL color Cylindrical-coordinate representation of color #3E4CA9: hue angle of 232.15º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3E4CA9 is Cyan = 0.63, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 62 | 76 | 169 | - |
| CMYK | 0.63 | 0.55 | 0 | 0.34 |
| HSL | 232.15º | 0.46% | 0.45% | - |
| HSV(B) | 232.15º | 0.63% | 0.66% | - |
| XYZ | 11.73 | 9.06 | 38.67 | - |
| YUV | 82.42 | 176.86 | 113.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 76 | 169 | 0.63 | 0.55 | 0 | 0.34 | 232.15 | 0.46 | 0.45 |
| Hex | 3E | 4C | A9 | 3F | 37 | 0 | 22 | E8 | 2E | 2D |
| Octal | 76 | 114 | 251 | 77 | 67 | 0 | 42 | 350 | 56 | 55 |
| Binary | 111110 | 1001100 | 10101001 | 111111 | 110111 | 0 | 100010 | 11101000 | 101110 | 101101 |
Color Harmonies of #3E4CA9
Complementary color
Monochromatic Colors of #3E4CA9
Black with #3E4CA9
Text Example
Text Example
White with #3E4CA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E4CA9; }
p { color: rgb(62,76,169); }
H1.HeaderClassName
{
color: #3E4CA9;
}
.AnyTagClassName
{
color: #3E4CA9;
}
</style>
background-color css
<style>
a { background-color: #3E4CA9; }
a { background-color: rgb(62,76,169); }
div.DivClassName
{
background-color: #3E4CA9;
}
.BgClassName
{
background-color: #3E4CA9;
}
</style>
border-color css
<style>
span { border-color: #3E4CA9; }
span { border-color: rgb(62,76,169); }
td.TdClassName
{
border-color: #3E4CA9;
}
.TagClassName
{
border-color: #3E4CA9;
}
</style>