Shades of Governor Bay #434C99
Tints of Governor Bay #434C99
RGB
CMYK
RGB Variations
Color information
#434C99 (or 0x434C99) is known color: Governor Bay. HEX triplet: 43, 4C and 99. RGB value is (67,76,153). Sum of RGB (Red+Green+Blue) = 67+76+153=296 (39% of max value = 765). Red value is 67 (26.56% from 255 or 22.64% from 296); Green value is 76 (30.08% from 255 or 25.68% from 296); Blue value is 153 (60.16% from 255 or 51.69% from 296); Max value from RGB is 153 - color contains mainly: blue. Hex color #434C99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #434C99 is #BCB366. Grayscale: #515151. Windows color (decimal): -12366695 or 10046531. OLE color: 10046531.
HSL color Cylindrical-coordinate representation of color #434C99: hue angle of 233.72º 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 #434C99 is Cyan = 0.56, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 67 | 76 | 153 | - |
| CMYK | 0.56 | 0.50 | 0 | 0.4 |
| HSL | 233.72º | 0.39% | 0.43% | - |
| HSV(B) | 233.72º | 0.56% | 0.6% | - |
| XYZ | 10.65 | 8.66 | 31.25 | - |
| YUV | 82.09 | 168.02 | 117.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 76 | 153 | 0.56 | 0.50 | 0 | 0.4 | 233.72 | 0.39 | 0.43 |
| Hex | 43 | 4C | 99 | 38 | 32 | 0 | 28 | EA | 27 | 2B |
| Octal | 103 | 114 | 231 | 70 | 62 | 0 | 50 | 352 | 47 | 53 |
| Binary | 1000011 | 1001100 | 10011001 | 111000 | 110010 | 0 | 101000 | 11101010 | 100111 | 101011 |
Color Harmonies of #434C99
Complementary color
Monochromatic Colors of #434C99
Black with #434C99
Text Example
Text Example
White with #434C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434C99; }
p { color: rgb(67,76,153); }
H1.HeaderClassName
{
color: #434C99;
}
.AnyTagClassName
{
color: #434C99;
}
</style>
background-color css
<style>
a { background-color: #434C99; }
a { background-color: rgb(67,76,153); }
div.DivClassName
{
background-color: #434C99;
}
.BgClassName
{
background-color: #434C99;
}
</style>
border-color css
<style>
span { border-color: #434C99; }
span { border-color: rgb(67,76,153); }
td.TdClassName
{
border-color: #434C99;
}
.TagClassName
{
border-color: #434C99;
}
</style>