Shades of Governor Bay #3A41AA
Tints of Governor Bay #3A41AA
RGB
CMYK
RGB Variations
Color information
#3A41AA (or 0x3A41AA) is known color: Governor Bay. HEX triplet: 3A, 41 and AA. RGB value is (58,65,170). Sum of RGB (Red+Green+Blue) = 58+65+170=293 (38% of max value = 765). Red value is 58 (23.05% from 255 or 19.80% from 293); Green value is 65 (25.78% from 255 or 22.18% from 293); Blue value is 170 (66.80% from 255 or 58.02% from 293); Max value from RGB is 170 - color contains mainly: blue. Hex color #3A41AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A41AA is #C5BE55. Grayscale: #4A4A4A. Windows color (decimal): -12959318 or 11157818. OLE color: 11157818.
HSL color Cylindrical-coordinate representation of color #3A41AA: hue angle of 236.25º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3A41AA is Cyan = 0.66, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 58 | 65 | 170 | - |
| CMYK | 0.66 | 0.62 | 0 | 0.33 |
| HSL | 236.25º | 0.49% | 0.45% | - |
| HSV(B) | 236.25º | 0.66% | 0.67% | - |
| XYZ | 10.89 | 7.58 | 38.92 | - |
| YUV | 74.88 | 181.68 | 115.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 65 | 170 | 0.66 | 0.62 | 0 | 0.33 | 236.25 | 0.49 | 0.45 |
| Hex | 3A | 41 | AA | 42 | 3E | 0 | 21 | EC | 31 | 2D |
| Octal | 72 | 101 | 252 | 102 | 76 | 0 | 41 | 354 | 61 | 55 |
| Binary | 111010 | 1000001 | 10101010 | 1000010 | 111110 | 0 | 100001 | 11101100 | 110001 | 101101 |
Color Harmonies of #3A41AA
Complementary color
Monochromatic Colors of #3A41AA
Black with #3A41AA
Text Example
Text Example
White with #3A41AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A41AA; }
p { color: rgb(58,65,170); }
H1.HeaderClassName
{
color: #3A41AA;
}
.AnyTagClassName
{
color: #3A41AA;
}
</style>
background-color css
<style>
a { background-color: #3A41AA; }
a { background-color: rgb(58,65,170); }
div.DivClassName
{
background-color: #3A41AA;
}
.BgClassName
{
background-color: #3A41AA;
}
</style>
border-color css
<style>
span { border-color: #3A41AA; }
span { border-color: rgb(58,65,170); }
td.TdClassName
{
border-color: #3A41AA;
}
.TagClassName
{
border-color: #3A41AA;
}
</style>