Shades of Governor Bay #3C45AB
Tints of Governor Bay #3C45AB
RGB
CMYK
RGB Variations
Color information
#3C45AB (or 0x3C45AB) is known color: Governor Bay. HEX triplet: 3C, 45 and AB. RGB value is (60,69,171). Sum of RGB (Red+Green+Blue) = 60+69+171=300 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20% from 300); Green value is 69 (27.34% from 255 or 23% from 300); Blue value is 171 (67.19% from 255 or 57% from 300); Max value from RGB is 171 - color contains mainly: blue. Hex color #3C45AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C45AB is #C3BA54. Grayscale: #4D4D4D. Windows color (decimal): -12827221 or 11224380. OLE color: 11224380.
HSL color Cylindrical-coordinate representation of color #3C45AB: hue angle of 235.14º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3C45AB is Cyan = 0.65, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 60 | 69 | 171 | - |
| CMYK | 0.65 | 0.60 | 0 | 0.33 |
| HSL | 235.14º | 0.48% | 0.45% | - |
| HSV(B) | 235.14º | 0.65% | 0.67% | - |
| XYZ | 11.34 | 8.16 | 39.5 | - |
| YUV | 77.94 | 180.52 | 115.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 69 | 171 | 0.65 | 0.60 | 0 | 0.33 | 235.14 | 0.48 | 0.45 |
| Hex | 3C | 45 | AB | 41 | 3C | 0 | 21 | EB | 30 | 2D |
| Octal | 74 | 105 | 253 | 101 | 74 | 0 | 41 | 353 | 60 | 55 |
| Binary | 111100 | 1000101 | 10101011 | 1000001 | 111100 | 0 | 100001 | 11101011 | 110000 | 101101 |
Color Harmonies of #3C45AB
Complementary color
Monochromatic Colors of #3C45AB
Black with #3C45AB
Text Example
Text Example
White with #3C45AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C45AB; }
p { color: rgb(60,69,171); }
H1.HeaderClassName
{
color: #3C45AB;
}
.AnyTagClassName
{
color: #3C45AB;
}
</style>
background-color css
<style>
a { background-color: #3C45AB; }
a { background-color: rgb(60,69,171); }
div.DivClassName
{
background-color: #3C45AB;
}
.BgClassName
{
background-color: #3C45AB;
}
</style>
border-color css
<style>
span { border-color: #3C45AB; }
span { border-color: rgb(60,69,171); }
td.TdClassName
{
border-color: #3C45AB;
}
.TagClassName
{
border-color: #3C45AB;
}
</style>