Shades of Governor Bay #4353AB
Tints of Governor Bay #4353AB
RGB
CMYK
RGB Variations
Color information
#4353AB (or 0x4353AB) is known color: Governor Bay. HEX triplet: 43, 53 and AB. RGB value is (67,83,171). Sum of RGB (Red+Green+Blue) = 67+83+171=321 (42% of max value = 765). Red value is 67 (26.56% from 255 or 20.87% from 321); Green value is 83 (32.81% from 255 or 25.86% from 321); Blue value is 171 (67.19% from 255 or 53.27% from 321); Max value from RGB is 171 - color contains mainly: blue. Hex color #4353AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4353AB is #BCAC54. Grayscale: #575757. Windows color (decimal): -12364885 or 11227971. OLE color: 11227971.
HSL color Cylindrical-coordinate representation of color #4353AB: hue angle of 230.77º 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 #4353AB is Cyan = 0.61, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 67 | 83 | 171 | - |
| CMYK | 0.61 | 0.51 | 0 | 0.33 |
| HSL | 230.77º | 0.44% | 0.47% | - |
| HSV(B) | 230.77º | 0.61% | 0.67% | - |
| XYZ | 12.76 | 10.32 | 39.85 | - |
| YUV | 88.25 | 174.7 | 112.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 83 | 171 | 0.61 | 0.51 | 0 | 0.33 | 230.77 | 0.44 | 0.47 |
| Hex | 43 | 53 | AB | 3D | 33 | 0 | 21 | E7 | 2C | 2F |
| Octal | 103 | 123 | 253 | 75 | 63 | 0 | 41 | 347 | 54 | 57 |
| Binary | 1000011 | 1010011 | 10101011 | 111101 | 110011 | 0 | 100001 | 11100111 | 101100 | 101111 |
Color Harmonies of #4353AB
Complementary color
Monochromatic Colors of #4353AB
Black with #4353AB
Text Example
Text Example
White with #4353AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4353AB; }
p { color: rgb(67,83,171); }
H1.HeaderClassName
{
color: #4353AB;
}
.AnyTagClassName
{
color: #4353AB;
}
</style>
background-color css
<style>
a { background-color: #4353AB; }
a { background-color: rgb(67,83,171); }
div.DivClassName
{
background-color: #4353AB;
}
.BgClassName
{
background-color: #4353AB;
}
</style>
border-color css
<style>
span { border-color: #4353AB; }
span { border-color: rgb(67,83,171); }
td.TdClassName
{
border-color: #4353AB;
}
.TagClassName
{
border-color: #4353AB;
}
</style>