Shades of Governor Bay #434EA5
Tints of Governor Bay #434EA5
RGB
CMYK
RGB Variations
Color information
#434EA5 (or 0x434EA5) is known color: Governor Bay. HEX triplet: 43, 4E and A5. RGB value is (67,78,165). Sum of RGB (Red+Green+Blue) = 67+78+165=310 (41% of max value = 765). Red value is 67 (26.56% from 255 or 21.61% from 310); Green value is 78 (30.86% from 255 or 25.16% from 310); Blue value is 165 (64.84% from 255 or 53.23% from 310); Max value from RGB is 165 - color contains mainly: blue. Hex color #434EA5 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #434EA5 is #BCB15A. Grayscale: #545454. Windows color (decimal): -12366171 or 10833475. OLE color: 10833475.
HSL color Cylindrical-coordinate representation of color #434EA5: hue angle of 233.27º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #434EA5 is Cyan = 0.59, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 67 | 78 | 165 | - |
| CMYK | 0.59 | 0.53 | 0 | 0.35 |
| HSL | 233.27º | 0.42% | 0.45% | - |
| HSV(B) | 233.27º | 0.59% | 0.65% | - |
| XYZ | 11.83 | 9.36 | 36.78 | - |
| YUV | 84.63 | 173.36 | 115.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 78 | 165 | 0.59 | 0.53 | 0 | 0.35 | 233.27 | 0.42 | 0.45 |
| Hex | 43 | 4E | A5 | 3B | 35 | 0 | 23 | E9 | 2A | 2D |
| Octal | 103 | 116 | 245 | 73 | 65 | 0 | 43 | 351 | 52 | 55 |
| Binary | 1000011 | 1001110 | 10100101 | 111011 | 110101 | 0 | 100011 | 11101001 | 101010 | 101101 |
Color Harmonies of #434EA5
Complementary color
Monochromatic Colors of #434EA5
Black with #434EA5
Text Example
Text Example
White with #434EA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434EA5; }
p { color: rgb(67,78,165); }
H1.HeaderClassName
{
color: #434EA5;
}
.AnyTagClassName
{
color: #434EA5;
}
</style>
background-color css
<style>
a { background-color: #434EA5; }
a { background-color: rgb(67,78,165); }
div.DivClassName
{
background-color: #434EA5;
}
.BgClassName
{
background-color: #434EA5;
}
</style>
border-color css
<style>
span { border-color: #434EA5; }
span { border-color: rgb(67,78,165); }
td.TdClassName
{
border-color: #434EA5;
}
.TagClassName
{
border-color: #434EA5;
}
</style>