Shades of Governor Bay #434FAD
Tints of Governor Bay #434FAD
RGB
CMYK
RGB Variations
Color information
#434FAD (or 0x434FAD) is known color: Governor Bay. HEX triplet: 43, 4F and AD. RGB value is (67,79,173). Sum of RGB (Red+Green+Blue) = 67+79+173=319 (42% of max value = 765). Red value is 67 (26.56% from 255 or 21.00% from 319); Green value is 79 (31.25% from 255 or 24.76% from 319); Blue value is 173 (67.97% from 255 or 54.23% from 319); Max value from RGB is 173 - color contains mainly: blue. Hex color #434FAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #434FAD is #BCB052. Grayscale: #555555. Windows color (decimal): -12365907 or 11358019. OLE color: 11358019.
HSL color Cylindrical-coordinate representation of color #434FAD: hue angle of 233.21º 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 #434FAD is Cyan = 0.61, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 67 | 79 | 173 | - |
| CMYK | 0.61 | 0.54 | 0 | 0.32 |
| HSL | 233.21º | 0.44% | 0.47% | - |
| HSV(B) | 233.21º | 0.61% | 0.68% | - |
| XYZ | 12.65 | 9.8 | 40.76 | - |
| YUV | 86.13 | 177.02 | 114.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 79 | 173 | 0.61 | 0.54 | 0 | 0.32 | 233.21 | 0.44 | 0.47 |
| Hex | 43 | 4F | AD | 3D | 36 | 0 | 20 | E9 | 2C | 2F |
| Octal | 103 | 117 | 255 | 75 | 66 | 0 | 40 | 351 | 54 | 57 |
| Binary | 1000011 | 1001111 | 10101101 | 111101 | 110110 | 0 | 100000 | 11101001 | 101100 | 101111 |
Color Harmonies of #434FAD
Complementary color
Monochromatic Colors of #434FAD
Black with #434FAD
Text Example
Text Example
White with #434FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434FAD; }
p { color: rgb(67,79,173); }
H1.HeaderClassName
{
color: #434FAD;
}
.AnyTagClassName
{
color: #434FAD;
}
</style>
background-color css
<style>
a { background-color: #434FAD; }
a { background-color: rgb(67,79,173); }
div.DivClassName
{
background-color: #434FAD;
}
.BgClassName
{
background-color: #434FAD;
}
</style>
border-color css
<style>
span { border-color: #434FAD; }
span { border-color: rgb(67,79,173); }
td.TdClassName
{
border-color: #434FAD;
}
.TagClassName
{
border-color: #434FAD;
}
</style>