Shades of Governor Bay #434D95
Tints of Governor Bay #434D95
RGB
CMYK
RGB Variations
Color information
#434D95 (or 0x434D95) is known color: Governor Bay. HEX triplet: 43, 4D and 95. RGB value is (67,77,149). Sum of RGB (Red+Green+Blue) = 67+77+149=293 (38% of max value = 765). Red value is 67 (26.56% from 255 or 22.87% from 293); Green value is 77 (30.47% from 255 or 26.28% from 293); Blue value is 149 (58.59% from 255 or 50.85% from 293); Max value from RGB is 149 - color contains mainly: blue. Hex color #434D95 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #434D95 is #BCB26A. Grayscale: #515151. Windows color (decimal): -12366443 or 9784643. OLE color: 9784643.
HSL color Cylindrical-coordinate representation of color #434D95: hue angle of 232.68º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #434D95 is Cyan = 0.55, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 67 | 77 | 149 | - |
| CMYK | 0.55 | 0.48 | 0 | 0.42 |
| HSL | 232.68º | 0.38% | 0.42% | - |
| HSV(B) | 232.68º | 0.55% | 0.58% | - |
| XYZ | 10.39 | 8.67 | 29.56 | - |
| YUV | 82.22 | 165.69 | 117.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 77 | 149 | 0.55 | 0.48 | 0 | 0.42 | 232.68 | 0.38 | 0.42 |
| Hex | 43 | 4D | 95 | 37 | 30 | 0 | 2A | E9 | 26 | 2A |
| Octal | 103 | 115 | 225 | 67 | 60 | 0 | 52 | 351 | 46 | 52 |
| Binary | 1000011 | 1001101 | 10010101 | 110111 | 110000 | 0 | 101010 | 11101001 | 100110 | 101010 |
Color Harmonies of #434D95
Complementary color
Monochromatic Colors of #434D95
Black with #434D95
Text Example
Text Example
White with #434D95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434D95; }
p { color: rgb(67,77,149); }
H1.HeaderClassName
{
color: #434D95;
}
.AnyTagClassName
{
color: #434D95;
}
</style>
background-color css
<style>
a { background-color: #434D95; }
a { background-color: rgb(67,77,149); }
div.DivClassName
{
background-color: #434D95;
}
.BgClassName
{
background-color: #434D95;
}
</style>
border-color css
<style>
span { border-color: #434D95; }
span { border-color: rgb(67,77,149); }
td.TdClassName
{
border-color: #434D95;
}
.TagClassName
{
border-color: #434D95;
}
</style>