Shades of Governor Bay #43549C
Tints of Governor Bay #43549C
RGB
CMYK
RGB Variations
Color information
#43549C (or 0x43549C) is known color: Governor Bay. HEX triplet: 43, 54 and 9C. RGB value is (67,84,156). Sum of RGB (Red+Green+Blue) = 67+84+156=307 (40% of max value = 765). Red value is 67 (26.56% from 255 or 21.82% from 307); Green value is 84 (33.20% from 255 or 27.36% from 307); Blue value is 156 (61.33% from 255 or 50.81% from 307); Max value from RGB is 156 - color contains mainly: blue. Hex color #43549C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #43549C is #BCAB63. Grayscale: #565656. Windows color (decimal): -12364644 or 10245187. OLE color: 10245187.
HSL color Cylindrical-coordinate representation of color #43549C: hue angle of 228.54º 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 #43549C is Cyan = 0.57, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 67 | 84 | 156 | - |
| CMYK | 0.57 | 0.46 | 0 | 0.39 |
| HSL | 228.54º | 0.4% | 0.44% | - |
| HSV(B) | 228.54º | 0.57% | 0.61% | - |
| XYZ | 11.49 | 9.93 | 32.76 | - |
| YUV | 87.13 | 166.87 | 113.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 84 | 156 | 0.57 | 0.46 | 0 | 0.39 | 228.54 | 0.4 | 0.44 |
| Hex | 43 | 54 | 9C | 39 | 2E | 0 | 27 | E5 | 28 | 2C |
| Octal | 103 | 124 | 234 | 71 | 56 | 0 | 47 | 345 | 50 | 54 |
| Binary | 1000011 | 1010100 | 10011100 | 111001 | 101110 | 0 | 100111 | 11100101 | 101000 | 101100 |
Color Harmonies of #43549C
Complementary color
Monochromatic Colors of #43549C
Black with #43549C
Text Example
Text Example
White with #43549C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43549C; }
p { color: rgb(67,84,156); }
H1.HeaderClassName
{
color: #43549C;
}
.AnyTagClassName
{
color: #43549C;
}
</style>
background-color css
<style>
a { background-color: #43549C; }
a { background-color: rgb(67,84,156); }
div.DivClassName
{
background-color: #43549C;
}
.BgClassName
{
background-color: #43549C;
}
</style>
border-color css
<style>
span { border-color: #43549C; }
span { border-color: rgb(67,84,156); }
td.TdClassName
{
border-color: #43549C;
}
.TagClassName
{
border-color: #43549C;
}
</style>