Shades of Governor Bay #4351A1
Tints of Governor Bay #4351A1
RGB
CMYK
RGB Variations
Color information
#4351A1 (or 0x4351A1) is known color: Governor Bay. HEX triplet: 43, 51 and A1. RGB value is (67,81,161). Sum of RGB (Red+Green+Blue) = 67+81+161=309 (40% of max value = 765). Red value is 67 (26.56% from 255 or 21.68% from 309); Green value is 81 (32.03% from 255 or 26.21% from 309); Blue value is 161 (63.28% from 255 or 52.10% from 309); Max value from RGB is 161 - color contains mainly: blue. Hex color #4351A1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4351A1 is #BCAE5E. Grayscale: #555555. Windows color (decimal): -12365407 or 10572099. OLE color: 10572099.
HSL color Cylindrical-coordinate representation of color #4351A1: hue angle of 231.06º 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 #4351A1 is Cyan = 0.58, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 67 | 81 | 161 | - |
| CMYK | 0.58 | 0.50 | 0 | 0.37 |
| HSL | 231.06º | 0.41% | 0.45% | - |
| HSV(B) | 231.06º | 0.58% | 0.63% | - |
| XYZ | 11.69 | 9.65 | 34.96 | - |
| YUV | 85.93 | 170.36 | 114.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 81 | 161 | 0.58 | 0.50 | 0 | 0.37 | 231.06 | 0.41 | 0.45 |
| Hex | 43 | 51 | A1 | 3A | 32 | 0 | 25 | E7 | 29 | 2D |
| Octal | 103 | 121 | 241 | 72 | 62 | 0 | 45 | 347 | 51 | 55 |
| Binary | 1000011 | 1010001 | 10100001 | 111010 | 110010 | 0 | 100101 | 11100111 | 101001 | 101101 |
Color Harmonies of #4351A1
Complementary color
Monochromatic Colors of #4351A1
Black with #4351A1
Text Example
Text Example
White with #4351A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4351A1; }
p { color: rgb(67,81,161); }
H1.HeaderClassName
{
color: #4351A1;
}
.AnyTagClassName
{
color: #4351A1;
}
</style>
background-color css
<style>
a { background-color: #4351A1; }
a { background-color: rgb(67,81,161); }
div.DivClassName
{
background-color: #4351A1;
}
.BgClassName
{
background-color: #4351A1;
}
</style>
border-color css
<style>
span { border-color: #4351A1; }
span { border-color: rgb(67,81,161); }
td.TdClassName
{
border-color: #4351A1;
}
.TagClassName
{
border-color: #4351A1;
}
</style>