Shades of Governor Bay #3C43AB
Tints of Governor Bay #3C43AB
RGB
CMYK
RGB Variations
Color information
#3C43AB (or 0x3C43AB) is known color: Governor Bay. HEX triplet: 3C, 43 and AB. RGB value is (60,67,171). Sum of RGB (Red+Green+Blue) = 60+67+171=298 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20.13% from 298); Green value is 67 (26.56% from 255 or 22.48% from 298); Blue value is 171 (67.19% from 255 or 57.38% from 298); Max value from RGB is 171 - color contains mainly: blue. Hex color #3C43AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C43AB is #C3BC54. Grayscale: #4C4C4C. Windows color (decimal): -12827733 or 11223868. OLE color: 11223868.
HSL color Cylindrical-coordinate representation of color #3C43AB: hue angle of 236.22º 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 #3C43AB is Cyan = 0.65, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 60 | 67 | 171 | - |
| CMYK | 0.65 | 0.61 | 0 | 0.33 |
| HSL | 236.22º | 0.48% | 0.45% | - |
| HSV(B) | 236.22º | 0.65% | 0.67% | - |
| XYZ | 11.22 | 7.92 | 39.46 | - |
| YUV | 76.76 | 181.18 | 116.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 67 | 171 | 0.65 | 0.61 | 0 | 0.33 | 236.22 | 0.48 | 0.45 |
| Hex | 3C | 43 | AB | 41 | 3D | 0 | 21 | EC | 30 | 2D |
| Octal | 74 | 103 | 253 | 101 | 75 | 0 | 41 | 354 | 60 | 55 |
| Binary | 111100 | 1000011 | 10101011 | 1000001 | 111101 | 0 | 100001 | 11101100 | 110000 | 101101 |
Color Harmonies of #3C43AB
Complementary color
Monochromatic Colors of #3C43AB
Black with #3C43AB
Text Example
Text Example
White with #3C43AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C43AB; }
p { color: rgb(60,67,171); }
H1.HeaderClassName
{
color: #3C43AB;
}
.AnyTagClassName
{
color: #3C43AB;
}
</style>
background-color css
<style>
a { background-color: #3C43AB; }
a { background-color: rgb(60,67,171); }
div.DivClassName
{
background-color: #3C43AB;
}
.BgClassName
{
background-color: #3C43AB;
}
</style>
border-color css
<style>
span { border-color: #3C43AB; }
span { border-color: rgb(60,67,171); }
td.TdClassName
{
border-color: #3C43AB;
}
.TagClassName
{
border-color: #3C43AB;
}
</style>