Shades of Governor Bay #434DAB
Tints of Governor Bay #434DAB
RGB
CMYK
RGB Variations
Color information
#434DAB (or 0x434DAB) is known color: Governor Bay. HEX triplet: 43, 4D and AB. RGB value is (67,77,171). Sum of RGB (Red+Green+Blue) = 67+77+171=315 (41% of max value = 765). Red value is 67 (26.56% from 255 or 21.27% from 315); Green value is 77 (30.47% from 255 or 24.44% from 315); Blue value is 171 (67.19% from 255 or 54.29% from 315); Max value from RGB is 171 - color contains mainly: blue. Hex color #434DAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #434DAB is #BCB254. Grayscale: #545454. Windows color (decimal): -12366421 or 11226435. OLE color: 11226435.
HSL color Cylindrical-coordinate representation of color #434DAB: hue angle of 234.23º 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 #434DAB is Cyan = 0.61, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 67 | 77 | 171 | - |
| CMYK | 0.61 | 0.55 | 0 | 0.33 |
| HSL | 234.23º | 0.44% | 0.47% | - |
| HSV(B) | 234.23º | 0.61% | 0.67% | - |
| XYZ | 12.32 | 9.44 | 39.7 | - |
| YUV | 84.73 | 176.69 | 115.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 77 | 171 | 0.61 | 0.55 | 0 | 0.33 | 234.23 | 0.44 | 0.47 |
| Hex | 43 | 4D | AB | 3D | 37 | 0 | 21 | EA | 2C | 2F |
| Octal | 103 | 115 | 253 | 75 | 67 | 0 | 41 | 352 | 54 | 57 |
| Binary | 1000011 | 1001101 | 10101011 | 111101 | 110111 | 0 | 100001 | 11101010 | 101100 | 101111 |
Color Harmonies of #434DAB
Complementary color
Monochromatic Colors of #434DAB
Black with #434DAB
Text Example
Text Example
White with #434DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434DAB; }
p { color: rgb(67,77,171); }
H1.HeaderClassName
{
color: #434DAB;
}
.AnyTagClassName
{
color: #434DAB;
}
</style>
background-color css
<style>
a { background-color: #434DAB; }
a { background-color: rgb(67,77,171); }
div.DivClassName
{
background-color: #434DAB;
}
.BgClassName
{
background-color: #434DAB;
}
</style>
border-color css
<style>
span { border-color: #434DAB; }
span { border-color: rgb(67,77,171); }
td.TdClassName
{
border-color: #434DAB;
}
.TagClassName
{
border-color: #434DAB;
}
</style>