Shades of Governor Bay #4355AA
Tints of Governor Bay #4355AA
RGB
CMYK
RGB Variations
Color information
#4355AA (or 0x4355AA) is known color: Governor Bay. HEX triplet: 43, 55 and AA. RGB value is (67,85,170). Sum of RGB (Red+Green+Blue) = 67+85+170=322 (42% of max value = 765). Red value is 67 (26.56% from 255 or 20.81% from 322); Green value is 85 (33.59% from 255 or 26.40% from 322); Blue value is 170 (66.80% from 255 or 52.80% from 322); Max value from RGB is 170 - color contains mainly: blue. Hex color #4355AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4355AA is #BCAA55. Grayscale: #585858. Windows color (decimal): -12364374 or 11162947. OLE color: 11162947.
HSL color Cylindrical-coordinate representation of color #4355AA: hue angle of 229.51º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4355AA is Cyan = 0.61, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 67 | 85 | 170 | - |
| CMYK | 0.61 | 0.50 | 0 | 0.33 |
| HSL | 229.51º | 0.43% | 0.46% | - |
| HSV(B) | 229.51º | 0.61% | 0.67% | - |
| XYZ | 12.82 | 10.59 | 39.4 | - |
| YUV | 89.31 | 173.54 | 112.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 85 | 170 | 0.61 | 0.50 | 0 | 0.33 | 229.51 | 0.43 | 0.46 |
| Hex | 43 | 55 | AA | 3D | 32 | 0 | 21 | E6 | 2B | 2E |
| Octal | 103 | 125 | 252 | 75 | 62 | 0 | 41 | 346 | 53 | 56 |
| Binary | 1000011 | 1010101 | 10101010 | 111101 | 110010 | 0 | 100001 | 11100110 | 101011 | 101110 |
Color Harmonies of #4355AA
Complementary color
Monochromatic Colors of #4355AA
Black with #4355AA
Text Example
Text Example
White with #4355AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4355AA; }
p { color: rgb(67,85,170); }
H1.HeaderClassName
{
color: #4355AA;
}
.AnyTagClassName
{
color: #4355AA;
}
</style>
background-color css
<style>
a { background-color: #4355AA; }
a { background-color: rgb(67,85,170); }
div.DivClassName
{
background-color: #4355AA;
}
.BgClassName
{
background-color: #4355AA;
}
</style>
border-color css
<style>
span { border-color: #4355AA; }
span { border-color: rgb(67,85,170); }
td.TdClassName
{
border-color: #4355AA;
}
.TagClassName
{
border-color: #4355AA;
}
</style>