Shades of Governor Bay #43559A
Tints of Governor Bay #43559A
RGB
CMYK
RGB Variations
Color information
#43559A (or 0x43559A) is known color: Governor Bay. HEX triplet: 43, 55 and 9A. RGB value is (67,85,154). Sum of RGB (Red+Green+Blue) = 67+85+154=306 (40% of max value = 765). Red value is 67 (26.56% from 255 or 21.90% from 306); Green value is 85 (33.59% from 255 or 27.78% from 306); Blue value is 154 (60.55% from 255 or 50.33% from 306); Max value from RGB is 154 - color contains mainly: blue. Hex color #43559A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #43559A is #BCAA65. Grayscale: #575757. Windows color (decimal): -12364390 or 10114371. OLE color: 10114371.
HSL color Cylindrical-coordinate representation of color #43559A: hue angle of 227.59º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #43559A is Cyan = 0.56, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 67 | 85 | 154 | - |
| CMYK | 0.56 | 0.45 | 0 | 0.40 |
| HSL | 227.59º | 0.39% | 0.43% | - |
| HSV(B) | 227.59º | 0.56% | 0.6% | - |
| XYZ | 11.4 | 10.02 | 31.91 | - |
| YUV | 87.48 | 165.54 | 113.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 85 | 154 | 0.56 | 0.45 | 0 | 0.40 | 227.59 | 0.39 | 0.43 |
| Hex | 43 | 55 | 9A | 38 | 2D | 0 | 28 | E4 | 27 | 2B |
| Octal | 103 | 125 | 232 | 70 | 55 | 0 | 50 | 344 | 47 | 53 |
| Binary | 1000011 | 1010101 | 10011010 | 111000 | 101101 | 0 | 101000 | 11100100 | 100111 | 101011 |
Color Harmonies of #43559A
Complementary color
Monochromatic Colors of #43559A
Black with #43559A
Text Example
Text Example
White with #43559A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43559A; }
p { color: rgb(67,85,154); }
H1.HeaderClassName
{
color: #43559A;
}
.AnyTagClassName
{
color: #43559A;
}
</style>
background-color css
<style>
a { background-color: #43559A; }
a { background-color: rgb(67,85,154); }
div.DivClassName
{
background-color: #43559A;
}
.BgClassName
{
background-color: #43559A;
}
</style>
border-color css
<style>
span { border-color: #43559A; }
span { border-color: rgb(67,85,154); }
td.TdClassName
{
border-color: #43559A;
}
.TagClassName
{
border-color: #43559A;
}
</style>