Shades of Governor Bay #434D9C
Tints of Governor Bay #434D9C
RGB
CMYK
RGB Variations
Color information
#434D9C (or 0x434D9C) is known color: Governor Bay. HEX triplet: 43, 4D and 9C. RGB value is (67,77,156). Sum of RGB (Red+Green+Blue) = 67+77+156=300 (39% of max value = 765). Red value is 67 (26.56% from 255 or 22.33% from 300); Green value is 77 (30.47% from 255 or 25.67% from 300); Blue value is 156 (61.33% from 255 or 52% from 300); Max value from RGB is 156 - color contains mainly: blue. Hex color #434D9C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #434D9C is #BCB263. Grayscale: #525252. Windows color (decimal): -12366436 or 10243395. OLE color: 10243395.
HSL color Cylindrical-coordinate representation of color #434D9C: hue angle of 233.26º 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 #434D9C is Cyan = 0.57, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 67 | 77 | 156 | - |
| CMYK | 0.57 | 0.51 | 0 | 0.39 |
| HSL | 233.26º | 0.4% | 0.44% | - |
| HSV(B) | 233.26º | 0.57% | 0.61% | - |
| XYZ | 10.97 | 8.9 | 32.59 | - |
| YUV | 83.02 | 169.19 | 116.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 77 | 156 | 0.57 | 0.51 | 0 | 0.39 | 233.26 | 0.4 | 0.44 |
| Hex | 43 | 4D | 9C | 39 | 33 | 0 | 27 | E9 | 28 | 2C |
| Octal | 103 | 115 | 234 | 71 | 63 | 0 | 47 | 351 | 50 | 54 |
| Binary | 1000011 | 1001101 | 10011100 | 111001 | 110011 | 0 | 100111 | 11101001 | 101000 | 101100 |
Color Harmonies of #434D9C
Complementary color
Monochromatic Colors of #434D9C
Black with #434D9C
Text Example
Text Example
White with #434D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434D9C; }
p { color: rgb(67,77,156); }
H1.HeaderClassName
{
color: #434D9C;
}
.AnyTagClassName
{
color: #434D9C;
}
</style>
background-color css
<style>
a { background-color: #434D9C; }
a { background-color: rgb(67,77,156); }
div.DivClassName
{
background-color: #434D9C;
}
.BgClassName
{
background-color: #434D9C;
}
</style>
border-color css
<style>
span { border-color: #434D9C; }
span { border-color: rgb(67,77,156); }
td.TdClassName
{
border-color: #434D9C;
}
.TagClassName
{
border-color: #434D9C;
}
</style>