Shades of Governor Bay #3C48A7
Tints of Governor Bay #3C48A7
RGB
CMYK
RGB Variations
Color information
#3C48A7 (or 0x3C48A7) is known color: Governor Bay. HEX triplet: 3C, 48 and A7. RGB value is (60,72,167). Sum of RGB (Red+Green+Blue) = 60+72+167=299 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20.07% from 299); Green value is 72 (28.52% from 255 or 24.08% from 299); Blue value is 167 (65.62% from 255 or 55.85% from 299); Max value from RGB is 167 - color contains mainly: blue. Hex color #3C48A7 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C48A7 is #C3B758. Grayscale: #4E4E4E. Windows color (decimal): -12826457 or 10963004. OLE color: 10963004.
HSL color Cylindrical-coordinate representation of color #3C48A7: hue angle of 233.27º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3C48A7 is Cyan = 0.64, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 60 | 72 | 167 | - |
| CMYK | 0.64 | 0.57 | 0 | 0.35 |
| HSL | 233.27º | 0.47% | 0.45% | - |
| HSV(B) | 233.27º | 0.64% | 0.65% | - |
| XYZ | 11.16 | 8.39 | 37.59 | - |
| YUV | 79.24 | 177.52 | 114.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 72 | 167 | 0.64 | 0.57 | 0 | 0.35 | 233.27 | 0.47 | 0.45 |
| Hex | 3C | 48 | A7 | 40 | 39 | 0 | 23 | E9 | 2F | 2D |
| Octal | 74 | 110 | 247 | 100 | 71 | 0 | 43 | 351 | 57 | 55 |
| Binary | 111100 | 1001000 | 10100111 | 1000000 | 111001 | 0 | 100011 | 11101001 | 101111 | 101101 |
Color Harmonies of #3C48A7
Complementary color
Monochromatic Colors of #3C48A7
Black with #3C48A7
Text Example
Text Example
White with #3C48A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C48A7; }
p { color: rgb(60,72,167); }
H1.HeaderClassName
{
color: #3C48A7;
}
.AnyTagClassName
{
color: #3C48A7;
}
</style>
background-color css
<style>
a { background-color: #3C48A7; }
a { background-color: rgb(60,72,167); }
div.DivClassName
{
background-color: #3C48A7;
}
.BgClassName
{
background-color: #3C48A7;
}
</style>
border-color css
<style>
span { border-color: #3C48A7; }
span { border-color: rgb(60,72,167); }
td.TdClassName
{
border-color: #3C48A7;
}
.TagClassName
{
border-color: #3C48A7;
}
</style>