Shades of Governor Bay #434BAC
Tints of Governor Bay #434BAC
RGB
CMYK
RGB Variations
Color information
#434BAC (or 0x434BAC) is known color: Governor Bay. HEX triplet: 43, 4B and AC. RGB value is (67,75,172). Sum of RGB (Red+Green+Blue) = 67+75+172=314 (41% of max value = 765). Red value is 67 (26.56% from 255 or 21.34% from 314); Green value is 75 (29.69% from 255 or 23.89% from 314); Blue value is 172 (67.58% from 255 or 54.78% from 314); Max value from RGB is 172 - color contains mainly: blue. Hex color #434BAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #434BAC is #BCB453. Grayscale: #535353. Windows color (decimal): -12366932 or 11291459. OLE color: 11291459.
HSL color Cylindrical-coordinate representation of color #434BAC: hue angle of 235.43º 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 #434BAC is Cyan = 0.61, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 67 | 75 | 172 | - |
| CMYK | 0.61 | 0.56 | 0 | 0.33 |
| HSL | 235.43º | 0.44% | 0.47% | - |
| HSV(B) | 235.43º | 0.61% | 0.67% | - |
| XYZ | 12.28 | 9.2 | 40.16 | - |
| YUV | 83.67 | 177.85 | 116.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 75 | 172 | 0.61 | 0.56 | 0 | 0.33 | 235.43 | 0.44 | 0.47 |
| Hex | 43 | 4B | AC | 3D | 38 | 0 | 21 | EB | 2C | 2F |
| Octal | 103 | 113 | 254 | 75 | 70 | 0 | 41 | 353 | 54 | 57 |
| Binary | 1000011 | 1001011 | 10101100 | 111101 | 111000 | 0 | 100001 | 11101011 | 101100 | 101111 |
Color Harmonies of #434BAC
Complementary color
Monochromatic Colors of #434BAC
Black with #434BAC
Text Example
Text Example
White with #434BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434BAC; }
p { color: rgb(67,75,172); }
H1.HeaderClassName
{
color: #434BAC;
}
.AnyTagClassName
{
color: #434BAC;
}
</style>
background-color css
<style>
a { background-color: #434BAC; }
a { background-color: rgb(67,75,172); }
div.DivClassName
{
background-color: #434BAC;
}
.BgClassName
{
background-color: #434BAC;
}
</style>
border-color css
<style>
span { border-color: #434BAC; }
span { border-color: rgb(67,75,172); }
td.TdClassName
{
border-color: #434BAC;
}
.TagClassName
{
border-color: #434BAC;
}
</style>