Shades of Governor Bay #434D9F
Tints of Governor Bay #434D9F
RGB
CMYK
RGB Variations
Color information
#434D9F (or 0x434D9F) is known color: Governor Bay. HEX triplet: 43, 4D and 9F. RGB value is (67,77,159). Sum of RGB (Red+Green+Blue) = 67+77+159=303 (40% of max value = 765). Red value is 67 (26.56% from 255 or 22.11% from 303); Green value is 77 (30.47% from 255 or 25.41% from 303); Blue value is 159 (62.5% from 255 or 52.48% from 303); Max value from RGB is 159 - color contains mainly: blue. Hex color #434D9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #434D9F is #BCB260. Grayscale: #535353. Windows color (decimal): -12366433 or 10440003. OLE color: 10440003.
HSL color Cylindrical-coordinate representation of color #434D9F: hue angle of 233.48º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #434D9F is Cyan = 0.58, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 67 | 77 | 159 | - |
| CMYK | 0.58 | 0.52 | 0 | 0.38 |
| HSL | 233.48º | 0.41% | 0.44% | - |
| HSV(B) | 233.48º | 0.58% | 0.62% | - |
| XYZ | 11.23 | 9 | 33.95 | - |
| YUV | 83.36 | 170.69 | 116.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 77 | 159 | 0.58 | 0.52 | 0 | 0.38 | 233.48 | 0.41 | 0.44 |
| Hex | 43 | 4D | 9F | 3A | 34 | 0 | 26 | E9 | 29 | 2C |
| Octal | 103 | 115 | 237 | 72 | 64 | 0 | 46 | 351 | 51 | 54 |
| Binary | 1000011 | 1001101 | 10011111 | 111010 | 110100 | 0 | 100110 | 11101001 | 101001 | 101100 |
Color Harmonies of #434D9F
Complementary color
Monochromatic Colors of #434D9F
Black with #434D9F
Text Example
Text Example
White with #434D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434D9F; }
p { color: rgb(67,77,159); }
H1.HeaderClassName
{
color: #434D9F;
}
.AnyTagClassName
{
color: #434D9F;
}
</style>
background-color css
<style>
a { background-color: #434D9F; }
a { background-color: rgb(67,77,159); }
div.DivClassName
{
background-color: #434D9F;
}
.BgClassName
{
background-color: #434D9F;
}
</style>
border-color css
<style>
span { border-color: #434D9F; }
span { border-color: rgb(67,77,159); }
td.TdClassName
{
border-color: #434D9F;
}
.TagClassName
{
border-color: #434D9F;
}
</style>