Shades of Governor Bay #3B4EA7
Tints of Governor Bay #3B4EA7
RGB
CMYK
RGB Variations
Color information
#3B4EA7 (or 0x3B4EA7) is known color: Governor Bay. HEX triplet: 3B, 4E and A7. RGB value is (59,78,167). Sum of RGB (Red+Green+Blue) = 59+78+167=304 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.41% from 304); Green value is 78 (30.86% from 255 or 25.66% from 304); Blue value is 167 (65.62% from 255 or 54.93% from 304); Max value from RGB is 167 - color contains mainly: blue. Hex color #3B4EA7 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B4EA7 is #C4B158. Grayscale: #525252. Windows color (decimal): -12890457 or 10964539. OLE color: 10964539.
HSL color Cylindrical-coordinate representation of color #3B4EA7: hue angle of 229.44º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3B4EA7 is Cyan = 0.65, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 59 | 78 | 167 | - |
| CMYK | 0.65 | 0.53 | 0 | 0.35 |
| HSL | 229.44º | 0.48% | 0.44% | - |
| HSV(B) | 229.44º | 0.65% | 0.65% | - |
| XYZ | 11.5 | 9.17 | 37.72 | - |
| YUV | 82.47 | 175.71 | 111.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 78 | 167 | 0.65 | 0.53 | 0 | 0.35 | 229.44 | 0.48 | 0.44 |
| Hex | 3B | 4E | A7 | 41 | 35 | 0 | 23 | E5 | 30 | 2C |
| Octal | 73 | 116 | 247 | 101 | 65 | 0 | 43 | 345 | 60 | 54 |
| Binary | 111011 | 1001110 | 10100111 | 1000001 | 110101 | 0 | 100011 | 11100101 | 110000 | 101100 |
Color Harmonies of #3B4EA7
Complementary color
Monochromatic Colors of #3B4EA7
Black with #3B4EA7
Text Example
Text Example
White with #3B4EA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B4EA7; }
p { color: rgb(59,78,167); }
H1.HeaderClassName
{
color: #3B4EA7;
}
.AnyTagClassName
{
color: #3B4EA7;
}
</style>
background-color css
<style>
a { background-color: #3B4EA7; }
a { background-color: rgb(59,78,167); }
div.DivClassName
{
background-color: #3B4EA7;
}
.BgClassName
{
background-color: #3B4EA7;
}
</style>
border-color css
<style>
span { border-color: #3B4EA7; }
span { border-color: rgb(59,78,167); }
td.TdClassName
{
border-color: #3B4EA7;
}
.TagClassName
{
border-color: #3B4EA7;
}
</style>