Shades of Governor Bay #434CAD
Tints of Governor Bay #434CAD
RGB
CMYK
RGB Variations
Color information
#434CAD (or 0x434CAD) is known color: Governor Bay. HEX triplet: 43, 4C and AD. RGB value is (67,76,173). Sum of RGB (Red+Green+Blue) = 67+76+173=316 (41% of max value = 765). Red value is 67 (26.56% from 255 or 21.20% from 316); Green value is 76 (30.08% from 255 or 24.05% from 316); Blue value is 173 (67.97% from 255 or 54.75% from 316); Max value from RGB is 173 - color contains mainly: blue. Hex color #434CAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #434CAD is #BCB352. Grayscale: #535353. Windows color (decimal): -12366675 or 11357251. OLE color: 11357251.
HSL color Cylindrical-coordinate representation of color #434CAD: hue angle of 234.91º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #434CAD is Cyan = 0.61, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 67 | 76 | 173 | - |
| CMYK | 0.61 | 0.56 | 0 | 0.32 |
| HSL | 234.91º | 0.44% | 0.47% | - |
| HSV(B) | 234.91º | 0.61% | 0.68% | - |
| XYZ | 12.44 | 9.38 | 40.69 | - |
| YUV | 84.37 | 178.02 | 115.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 76 | 173 | 0.61 | 0.56 | 0 | 0.32 | 234.91 | 0.44 | 0.47 |
| Hex | 43 | 4C | AD | 3D | 38 | 0 | 20 | EB | 2C | 2F |
| Octal | 103 | 114 | 255 | 75 | 70 | 0 | 40 | 353 | 54 | 57 |
| Binary | 1000011 | 1001100 | 10101101 | 111101 | 111000 | 0 | 100000 | 11101011 | 101100 | 101111 |
Color Harmonies of #434CAD
Complementary color
Monochromatic Colors of #434CAD
Black with #434CAD
Text Example
Text Example
White with #434CAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434CAD; }
p { color: rgb(67,76,173); }
H1.HeaderClassName
{
color: #434CAD;
}
.AnyTagClassName
{
color: #434CAD;
}
</style>
background-color css
<style>
a { background-color: #434CAD; }
a { background-color: rgb(67,76,173); }
div.DivClassName
{
background-color: #434CAD;
}
.BgClassName
{
background-color: #434CAD;
}
</style>
border-color css
<style>
span { border-color: #434CAD; }
span { border-color: rgb(67,76,173); }
td.TdClassName
{
border-color: #434CAD;
}
.TagClassName
{
border-color: #434CAD;
}
</style>