Shades of Governor Bay #43559C
Tints of Governor Bay #43559C
RGB
CMYK
RGB Variations
Color information
#43559C (or 0x43559C) is known color: Governor Bay. HEX triplet: 43, 55 and 9C. RGB value is (67,85,156). Sum of RGB (Red+Green+Blue) = 67+85+156=308 (40% of max value = 765). Red value is 67 (26.56% from 255 or 21.75% from 308); Green value is 85 (33.59% from 255 or 27.60% from 308); Blue value is 156 (61.33% from 255 or 50.65% from 308); Max value from RGB is 156 - color contains mainly: blue. Hex color #43559C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #43559C is #BCAA63. Grayscale: #575757. Windows color (decimal): -12364388 or 10245443. OLE color: 10245443.
HSL color Cylindrical-coordinate representation of color #43559C: hue angle of 227.87º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #43559C is Cyan = 0.57, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 67 | 85 | 156 | - |
| CMYK | 0.57 | 0.46 | 0 | 0.39 |
| HSL | 227.87º | 0.4% | 0.44% | - |
| HSV(B) | 227.87º | 0.57% | 0.61% | - |
| XYZ | 11.56 | 10.09 | 32.79 | - |
| YUV | 87.71 | 166.54 | 113.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 85 | 156 | 0.57 | 0.46 | 0 | 0.39 | 227.87 | 0.4 | 0.44 |
| Hex | 43 | 55 | 9C | 39 | 2E | 0 | 27 | E4 | 28 | 2C |
| Octal | 103 | 125 | 234 | 71 | 56 | 0 | 47 | 344 | 50 | 54 |
| Binary | 1000011 | 1010101 | 10011100 | 111001 | 101110 | 0 | 100111 | 11100100 | 101000 | 101100 |
Color Harmonies of #43559C
Complementary color
Monochromatic Colors of #43559C
Black with #43559C
Text Example
Text Example
White with #43559C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43559C; }
p { color: rgb(67,85,156); }
H1.HeaderClassName
{
color: #43559C;
}
.AnyTagClassName
{
color: #43559C;
}
</style>
background-color css
<style>
a { background-color: #43559C; }
a { background-color: rgb(67,85,156); }
div.DivClassName
{
background-color: #43559C;
}
.BgClassName
{
background-color: #43559C;
}
</style>
border-color css
<style>
span { border-color: #43559C; }
span { border-color: rgb(67,85,156); }
td.TdClassName
{
border-color: #43559C;
}
.TagClassName
{
border-color: #43559C;
}
</style>