Shades of Governor Bay #434EA1
Tints of Governor Bay #434EA1
RGB
CMYK
RGB Variations
Color information
#434EA1 (or 0x434EA1) is known color: Governor Bay. HEX triplet: 43, 4E and A1. RGB value is (67,78,161). Sum of RGB (Red+Green+Blue) = 67+78+161=306 (40% of max value = 765). Red value is 67 (26.56% from 255 or 21.90% from 306); Green value is 78 (30.86% from 255 or 25.49% from 306); Blue value is 161 (63.28% from 255 or 52.61% from 306); Max value from RGB is 161 - color contains mainly: blue. Hex color #434EA1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #434EA1 is #BCB15E. Grayscale: #535353. Windows color (decimal): -12366175 or 10571331. OLE color: 10571331.
HSL color Cylindrical-coordinate representation of color #434EA1: hue angle of 232.98º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #434EA1 is Cyan = 0.58, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 67 | 78 | 161 | - |
| CMYK | 0.58 | 0.52 | 0 | 0.37 |
| HSL | 232.98º | 0.41% | 0.45% | - |
| HSV(B) | 232.98º | 0.58% | 0.63% | - |
| XYZ | 11.47 | 9.22 | 34.89 | - |
| YUV | 84.17 | 171.36 | 115.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 78 | 161 | 0.58 | 0.52 | 0 | 0.37 | 232.98 | 0.41 | 0.45 |
| Hex | 43 | 4E | A1 | 3A | 34 | 0 | 25 | E9 | 29 | 2D |
| Octal | 103 | 116 | 241 | 72 | 64 | 0 | 45 | 351 | 51 | 55 |
| Binary | 1000011 | 1001110 | 10100001 | 111010 | 110100 | 0 | 100101 | 11101001 | 101001 | 101101 |
Color Harmonies of #434EA1
Complementary color
Monochromatic Colors of #434EA1
Black with #434EA1
Text Example
Text Example
White with #434EA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434EA1; }
p { color: rgb(67,78,161); }
H1.HeaderClassName
{
color: #434EA1;
}
.AnyTagClassName
{
color: #434EA1;
}
</style>
background-color css
<style>
a { background-color: #434EA1; }
a { background-color: rgb(67,78,161); }
div.DivClassName
{
background-color: #434EA1;
}
.BgClassName
{
background-color: #434EA1;
}
</style>
border-color css
<style>
span { border-color: #434EA1; }
span { border-color: rgb(67,78,161); }
td.TdClassName
{
border-color: #434EA1;
}
.TagClassName
{
border-color: #434EA1;
}
</style>