Shades of Governor Bay #4354A1
Tints of Governor Bay #4354A1
RGB
CMYK
RGB Variations
Color information
#4354A1 (or 0x4354A1) is known color: Governor Bay. HEX triplet: 43, 54 and A1. RGB value is (67,84,161). Sum of RGB (Red+Green+Blue) = 67+84+161=312 (41% of max value = 765). Red value is 67 (26.56% from 255 or 21.47% from 312); Green value is 84 (33.20% from 255 or 26.92% from 312); Blue value is 161 (63.28% from 255 or 51.60% from 312); Max value from RGB is 161 - color contains mainly: blue. Hex color #4354A1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4354A1 is #BCAB5E. Grayscale: #575757. Windows color (decimal): -12364639 or 10572867. OLE color: 10572867.
HSL color Cylindrical-coordinate representation of color #4354A1: hue angle of 229.15º 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 #4354A1 is Cyan = 0.58, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 67 | 84 | 161 | - |
| CMYK | 0.58 | 0.48 | 0 | 0.37 |
| HSL | 229.15º | 0.41% | 0.45% | - |
| HSV(B) | 229.15º | 0.58% | 0.63% | - |
| XYZ | 11.92 | 10.11 | 35.04 | - |
| YUV | 87.7 | 169.37 | 113.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 84 | 161 | 0.58 | 0.48 | 0 | 0.37 | 229.15 | 0.41 | 0.45 |
| Hex | 43 | 54 | A1 | 3A | 30 | 0 | 25 | E5 | 29 | 2D |
| Octal | 103 | 124 | 241 | 72 | 60 | 0 | 45 | 345 | 51 | 55 |
| Binary | 1000011 | 1010100 | 10100001 | 111010 | 110000 | 0 | 100101 | 11100101 | 101001 | 101101 |
Color Harmonies of #4354A1
Complementary color
Monochromatic Colors of #4354A1
Black with #4354A1
Text Example
Text Example
White with #4354A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4354A1; }
p { color: rgb(67,84,161); }
H1.HeaderClassName
{
color: #4354A1;
}
.AnyTagClassName
{
color: #4354A1;
}
</style>
background-color css
<style>
a { background-color: #4354A1; }
a { background-color: rgb(67,84,161); }
div.DivClassName
{
background-color: #4354A1;
}
.BgClassName
{
background-color: #4354A1;
}
</style>
border-color css
<style>
span { border-color: #4354A1; }
span { border-color: rgb(67,84,161); }
td.TdClassName
{
border-color: #4354A1;
}
.TagClassName
{
border-color: #4354A1;
}
</style>