Shades of Governor Bay #434EA9
Tints of Governor Bay #434EA9
RGB
CMYK
RGB Variations
Color information
#434EA9 (or 0x434EA9) is known color: Governor Bay. HEX triplet: 43, 4E and A9. RGB value is (67,78,169). Sum of RGB (Red+Green+Blue) = 67+78+169=314 (41% of max value = 765). Red value is 67 (26.56% from 255 or 21.34% from 314); Green value is 78 (30.86% from 255 or 24.84% from 314); Blue value is 169 (66.41% from 255 or 53.82% from 314); Max value from RGB is 169 - color contains mainly: blue. Hex color #434EA9 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #434EA9 is #BCB156. Grayscale: #545454. Windows color (decimal): -12366167 or 11095619. OLE color: 11095619.
HSL color Cylindrical-coordinate representation of color #434EA9: hue angle of 233.53º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #434EA9 is Cyan = 0.60, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 67 | 78 | 169 | - |
| CMYK | 0.60 | 0.54 | 0 | 0.34 |
| HSL | 233.53º | 0.43% | 0.46% | - |
| HSV(B) | 233.53º | 0.6% | 0.66% | - |
| XYZ | 12.2 | 9.51 | 38.73 | - |
| YUV | 85.09 | 175.36 | 115.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 78 | 169 | 0.60 | 0.54 | 0 | 0.34 | 233.53 | 0.43 | 0.46 |
| Hex | 43 | 4E | A9 | 3C | 36 | 0 | 22 | EA | 2B | 2E |
| Octal | 103 | 116 | 251 | 74 | 66 | 0 | 42 | 352 | 53 | 56 |
| Binary | 1000011 | 1001110 | 10101001 | 111100 | 110110 | 0 | 100010 | 11101010 | 101011 | 101110 |
Color Harmonies of #434EA9
Complementary color
Monochromatic Colors of #434EA9
Black with #434EA9
Text Example
Text Example
White with #434EA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434EA9; }
p { color: rgb(67,78,169); }
H1.HeaderClassName
{
color: #434EA9;
}
.AnyTagClassName
{
color: #434EA9;
}
</style>
background-color css
<style>
a { background-color: #434EA9; }
a { background-color: rgb(67,78,169); }
div.DivClassName
{
background-color: #434EA9;
}
.BgClassName
{
background-color: #434EA9;
}
</style>
border-color css
<style>
span { border-color: #434EA9; }
span { border-color: rgb(67,78,169); }
td.TdClassName
{
border-color: #434EA9;
}
.TagClassName
{
border-color: #434EA9;
}
</style>