Shades of Governor Bay #4352AD
Tints of Governor Bay #4352AD
RGB
CMYK
RGB Variations
Color information
#4352AD (or 0x4352AD) is known color: Governor Bay. HEX triplet: 43, 52 and AD. RGB value is (67,82,173). Sum of RGB (Red+Green+Blue) = 67+82+173=322 (42% of max value = 765). Red value is 67 (26.56% from 255 or 20.81% from 322); Green value is 82 (32.42% from 255 or 25.47% from 322); Blue value is 173 (67.97% from 255 or 53.73% from 322); Max value from RGB is 173 - color contains mainly: blue. Hex color #4352AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4352AD is #BCAD52. Grayscale: #575757. Windows color (decimal): -12365139 or 11358787. OLE color: 11358787.
HSL color Cylindrical-coordinate representation of color #4352AD: hue angle of 231.51º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4352AD is Cyan = 0.61, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 67 | 82 | 173 | - |
| CMYK | 0.61 | 0.53 | 0 | 0.32 |
| HSL | 231.51º | 0.44% | 0.47% | - |
| HSV(B) | 231.51º | 0.61% | 0.68% | - |
| XYZ | 12.87 | 10.25 | 40.83 | - |
| YUV | 87.89 | 176.03 | 113.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 82 | 173 | 0.61 | 0.53 | 0 | 0.32 | 231.51 | 0.44 | 0.47 |
| Hex | 43 | 52 | AD | 3D | 35 | 0 | 20 | E8 | 2C | 2F |
| Octal | 103 | 122 | 255 | 75 | 65 | 0 | 40 | 350 | 54 | 57 |
| Binary | 1000011 | 1010010 | 10101101 | 111101 | 110101 | 0 | 100000 | 11101000 | 101100 | 101111 |
Color Harmonies of #4352AD
Complementary color
Monochromatic Colors of #4352AD
Black with #4352AD
Text Example
Text Example
White with #4352AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4352AD; }
p { color: rgb(67,82,173); }
H1.HeaderClassName
{
color: #4352AD;
}
.AnyTagClassName
{
color: #4352AD;
}
</style>
background-color css
<style>
a { background-color: #4352AD; }
a { background-color: rgb(67,82,173); }
div.DivClassName
{
background-color: #4352AD;
}
.BgClassName
{
background-color: #4352AD;
}
</style>
border-color css
<style>
span { border-color: #4352AD; }
span { border-color: rgb(67,82,173); }
td.TdClassName
{
border-color: #4352AD;
}
.TagClassName
{
border-color: #4352AD;
}
</style>