Shades of Governor Bay #434CAC
Tints of Governor Bay #434CAC
RGB
CMYK
RGB Variations
Color information
#434CAC (or 0x434CAC) is known color: Governor Bay. HEX triplet: 43, 4C and AC. RGB value is (67,76,172). Sum of RGB (Red+Green+Blue) = 67+76+172=315 (41% of max value = 765). Red value is 67 (26.56% from 255 or 21.27% from 315); Green value is 76 (30.08% from 255 or 24.13% from 315); Blue value is 172 (67.58% from 255 or 54.60% from 315); Max value from RGB is 172 - color contains mainly: blue. Hex color #434CAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #434CAC is #BCB353. Grayscale: #535353. Windows color (decimal): -12366676 or 11291715. OLE color: 11291715.
HSL color Cylindrical-coordinate representation of color #434CAC: hue angle of 234.86º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #434CAC is Cyan = 0.61, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 67 | 76 | 172 | - |
| CMYK | 0.61 | 0.56 | 0 | 0.33 |
| HSL | 234.86º | 0.44% | 0.47% | - |
| HSV(B) | 234.86º | 0.61% | 0.67% | - |
| XYZ | 12.35 | 9.34 | 40.18 | - |
| YUV | 84.25 | 177.52 | 115.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 76 | 172 | 0.61 | 0.56 | 0 | 0.33 | 234.86 | 0.44 | 0.47 |
| Hex | 43 | 4C | AC | 3D | 38 | 0 | 21 | EB | 2C | 2F |
| Octal | 103 | 114 | 254 | 75 | 70 | 0 | 41 | 353 | 54 | 57 |
| Binary | 1000011 | 1001100 | 10101100 | 111101 | 111000 | 0 | 100001 | 11101011 | 101100 | 101111 |
Color Harmonies of #434CAC
Complementary color
Monochromatic Colors of #434CAC
Black with #434CAC
Text Example
Text Example
White with #434CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434CAC; }
p { color: rgb(67,76,172); }
H1.HeaderClassName
{
color: #434CAC;
}
.AnyTagClassName
{
color: #434CAC;
}
</style>
background-color css
<style>
a { background-color: #434CAC; }
a { background-color: rgb(67,76,172); }
div.DivClassName
{
background-color: #434CAC;
}
.BgClassName
{
background-color: #434CAC;
}
</style>
border-color css
<style>
span { border-color: #434CAC; }
span { border-color: rgb(67,76,172); }
td.TdClassName
{
border-color: #434CAC;
}
.TagClassName
{
border-color: #434CAC;
}
</style>