Shades of Governor Bay #3C48AB
Tints of Governor Bay #3C48AB
RGB
CMYK
RGB Variations
Color information
#3C48AB (or 0x3C48AB) is known color: Governor Bay. HEX triplet: 3C, 48 and AB. RGB value is (60,72,171). Sum of RGB (Red+Green+Blue) = 60+72+171=303 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.80% from 303); Green value is 72 (28.52% from 255 or 23.76% from 303); Blue value is 171 (67.19% from 255 or 56.44% from 303); Max value from RGB is 171 - color contains mainly: blue. Hex color #3C48AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C48AB is #C3B754. Grayscale: #4F4F4F. Windows color (decimal): -12826453 or 11225148. OLE color: 11225148.
HSL color Cylindrical-coordinate representation of color #3C48AB: hue angle of 233.51º 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 #3C48AB is Cyan = 0.65, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 60 | 72 | 171 | - |
| CMYK | 0.65 | 0.58 | 0 | 0.33 |
| HSL | 233.51º | 0.48% | 0.45% | - |
| HSV(B) | 233.51º | 0.65% | 0.67% | - |
| XYZ | 11.53 | 8.54 | 39.57 | - |
| YUV | 79.7 | 179.52 | 113.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 72 | 171 | 0.65 | 0.58 | 0 | 0.33 | 233.51 | 0.48 | 0.45 |
| Hex | 3C | 48 | AB | 41 | 3A | 0 | 21 | EA | 30 | 2D |
| Octal | 74 | 110 | 253 | 101 | 72 | 0 | 41 | 352 | 60 | 55 |
| Binary | 111100 | 1001000 | 10101011 | 1000001 | 111010 | 0 | 100001 | 11101010 | 110000 | 101101 |
Color Harmonies of #3C48AB
Complementary color
Monochromatic Colors of #3C48AB
Black with #3C48AB
Text Example
Text Example
White with #3C48AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C48AB; }
p { color: rgb(60,72,171); }
H1.HeaderClassName
{
color: #3C48AB;
}
.AnyTagClassName
{
color: #3C48AB;
}
</style>
background-color css
<style>
a { background-color: #3C48AB; }
a { background-color: rgb(60,72,171); }
div.DivClassName
{
background-color: #3C48AB;
}
.BgClassName
{
background-color: #3C48AB;
}
</style>
border-color css
<style>
span { border-color: #3C48AB; }
span { border-color: rgb(60,72,171); }
td.TdClassName
{
border-color: #3C48AB;
}
.TagClassName
{
border-color: #3C48AB;
}
</style>