Shades of Governor Bay #43559B
Tints of Governor Bay #43559B
RGB
CMYK
RGB Variations
Color information
#43559B (or 0x43559B) is known color: Governor Bay. HEX triplet: 43, 55 and 9B. RGB value is (67,85,155). Sum of RGB (Red+Green+Blue) = 67+85+155=307 (40% of max value = 765). Red value is 67 (26.56% from 255 or 21.82% from 307); Green value is 85 (33.59% from 255 or 27.69% from 307); Blue value is 155 (60.94% from 255 or 50.49% from 307); Max value from RGB is 155 - color contains mainly: blue. Hex color #43559B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #43559B is #BCAA64. Grayscale: #575757. Windows color (decimal): -12364389 or 10179907. OLE color: 10179907.
HSL color Cylindrical-coordinate representation of color #43559B: hue angle of 227.73º 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 #43559B is Cyan = 0.57, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 67 | 85 | 155 | - |
| CMYK | 0.57 | 0.45 | 0 | 0.39 |
| HSL | 227.73º | 0.4% | 0.44% | - |
| HSV(B) | 227.73º | 0.57% | 0.61% | - |
| XYZ | 11.48 | 10.06 | 32.35 | - |
| YUV | 87.6 | 166.04 | 113.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 85 | 155 | 0.57 | 0.45 | 0 | 0.39 | 227.73 | 0.4 | 0.44 |
| Hex | 43 | 55 | 9B | 39 | 2D | 0 | 27 | E4 | 28 | 2C |
| Octal | 103 | 125 | 233 | 71 | 55 | 0 | 47 | 344 | 50 | 54 |
| Binary | 1000011 | 1010101 | 10011011 | 111001 | 101101 | 0 | 100111 | 11100100 | 101000 | 101100 |
Color Harmonies of #43559B
Complementary color
Monochromatic Colors of #43559B
Black with #43559B
Text Example
Text Example
White with #43559B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43559B; }
p { color: rgb(67,85,155); }
H1.HeaderClassName
{
color: #43559B;
}
.AnyTagClassName
{
color: #43559B;
}
</style>
background-color css
<style>
a { background-color: #43559B; }
a { background-color: rgb(67,85,155); }
div.DivClassName
{
background-color: #43559B;
}
.BgClassName
{
background-color: #43559B;
}
</style>
border-color css
<style>
span { border-color: #43559B; }
span { border-color: rgb(67,85,155); }
td.TdClassName
{
border-color: #43559B;
}
.TagClassName
{
border-color: #43559B;
}
</style>