Shades of Governor Bay #4354AC
Tints of Governor Bay #4354AC
RGB
CMYK
RGB Variations
Color information
#4354AC (or 0x4354AC) is known color: Governor Bay. HEX triplet: 43, 54 and AC. RGB value is (67,84,172). Sum of RGB (Red+Green+Blue) = 67+84+172=323 (42% of max value = 765). Red value is 67 (26.56% from 255 or 20.74% from 323); Green value is 84 (33.20% from 255 or 26.01% from 323); Blue value is 172 (67.58% from 255 or 53.25% from 323); Max value from RGB is 172 - color contains mainly: blue. Hex color #4354AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4354AC is #BCAB53. Grayscale: #585858. Windows color (decimal): -12364628 or 11293763. OLE color: 11293763.
HSL color Cylindrical-coordinate representation of color #4354AC: hue angle of 230.29º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4354AC is Cyan = 0.61, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 67 | 84 | 172 | - |
| CMYK | 0.61 | 0.51 | 0 | 0.33 |
| HSL | 230.29º | 0.44% | 0.47% | - |
| HSV(B) | 230.29º | 0.61% | 0.67% | - |
| XYZ | 12.93 | 10.51 | 40.38 | - |
| YUV | 88.95 | 174.87 | 112.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 84 | 172 | 0.61 | 0.51 | 0 | 0.33 | 230.29 | 0.44 | 0.47 |
| Hex | 43 | 54 | AC | 3D | 33 | 0 | 21 | E6 | 2C | 2F |
| Octal | 103 | 124 | 254 | 75 | 63 | 0 | 41 | 346 | 54 | 57 |
| Binary | 1000011 | 1010100 | 10101100 | 111101 | 110011 | 0 | 100001 | 11100110 | 101100 | 101111 |
Color Harmonies of #4354AC
Complementary color
Monochromatic Colors of #4354AC
Black with #4354AC
Text Example
Text Example
White with #4354AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4354AC; }
p { color: rgb(67,84,172); }
H1.HeaderClassName
{
color: #4354AC;
}
.AnyTagClassName
{
color: #4354AC;
}
</style>
background-color css
<style>
a { background-color: #4354AC; }
a { background-color: rgb(67,84,172); }
div.DivClassName
{
background-color: #4354AC;
}
.BgClassName
{
background-color: #4354AC;
}
</style>
border-color css
<style>
span { border-color: #4354AC; }
span { border-color: rgb(67,84,172); }
td.TdClassName
{
border-color: #4354AC;
}
.TagClassName
{
border-color: #4354AC;
}
</style>