Shades of Governor Bay #3A47A1
Tints of Governor Bay #3A47A1
RGB
CMYK
RGB Variations
Color information
#3A47A1 (or 0x3A47A1) is known color: Governor Bay. HEX triplet: 3A, 47 and A1. RGB value is (58,71,161). Sum of RGB (Red+Green+Blue) = 58+71+161=290 (38% of max value = 765). Red value is 58 (23.05% from 255 or 20% from 290); Green value is 71 (28.12% from 255 or 24.48% from 290); Blue value is 161 (63.28% from 255 or 55.52% from 290); Max value from RGB is 161 - color contains mainly: blue. Hex color #3A47A1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A47A1 is #C5B85E. Grayscale: #4D4D4D. Windows color (decimal): -12957791 or 10569530. OLE color: 10569530.
HSL color Cylindrical-coordinate representation of color #3A47A1: hue angle of 232.43º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3A47A1 is Cyan = 0.64, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 58 | 71 | 161 | - |
| CMYK | 0.64 | 0.56 | 0 | 0.37 |
| HSL | 232.43º | 0.47% | 0.43% | - |
| HSV(B) | 232.43º | 0.64% | 0.63% | - |
| XYZ | 10.43 | 7.98 | 34.71 | - |
| YUV | 77.37 | 175.19 | 114.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 71 | 161 | 0.64 | 0.56 | 0 | 0.37 | 232.43 | 0.47 | 0.43 |
| Hex | 3A | 47 | A1 | 40 | 38 | 0 | 25 | E8 | 2F | 2B |
| Octal | 72 | 107 | 241 | 100 | 70 | 0 | 45 | 350 | 57 | 53 |
| Binary | 111010 | 1000111 | 10100001 | 1000000 | 111000 | 0 | 100101 | 11101000 | 101111 | 101011 |
Color Harmonies of #3A47A1
Complementary color
Monochromatic Colors of #3A47A1
Black with #3A47A1
Text Example
Text Example
White with #3A47A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A47A1; }
p { color: rgb(58,71,161); }
H1.HeaderClassName
{
color: #3A47A1;
}
.AnyTagClassName
{
color: #3A47A1;
}
</style>
background-color css
<style>
a { background-color: #3A47A1; }
a { background-color: rgb(58,71,161); }
div.DivClassName
{
background-color: #3A47A1;
}
.BgClassName
{
background-color: #3A47A1;
}
</style>
border-color css
<style>
span { border-color: #3A47A1; }
span { border-color: rgb(58,71,161); }
td.TdClassName
{
border-color: #3A47A1;
}
.TagClassName
{
border-color: #3A47A1;
}
</style>