Shades of Governor Bay #3F41AA
Tints of Governor Bay #3F41AA
RGB
CMYK
RGB Variations
Color information
#3F41AA (or 0x3F41AA) is known color: Governor Bay. HEX triplet: 3F, 41 and AA. RGB value is (63,65,170). Sum of RGB (Red+Green+Blue) = 63+65+170=298 (39% of max value = 765). Red value is 63 (25% from 255 or 21.14% from 298); Green value is 65 (25.78% from 255 or 21.81% from 298); Blue value is 170 (66.80% from 255 or 57.05% from 298); Max value from RGB is 170 - color contains mainly: blue. Hex color #3F41AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F41AA is #C0BE55. Grayscale: #4B4B4B. Windows color (decimal): -12631638 or 11157823. OLE color: 11157823.
HSL color Cylindrical-coordinate representation of color #3F41AA: hue angle of 238.88º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3F41AA is Cyan = 0.63, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 63 | 65 | 170 | - |
| CMYK | 0.63 | 0.62 | 0 | 0.33 |
| HSL | 238.88º | 0.46% | 0.46% | - |
| HSV(B) | 238.88º | 0.63% | 0.67% | - |
| XYZ | 11.2 | 7.74 | 38.93 | - |
| YUV | 76.37 | 180.84 | 118.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 65 | 170 | 0.63 | 0.62 | 0 | 0.33 | 238.88 | 0.46 | 0.46 |
| Hex | 3F | 41 | AA | 3F | 3E | 0 | 21 | EF | 2E | 2E |
| Octal | 77 | 101 | 252 | 77 | 76 | 0 | 41 | 357 | 56 | 56 |
| Binary | 111111 | 1000001 | 10101010 | 111111 | 111110 | 0 | 100001 | 11101111 | 101110 | 101110 |
Color Harmonies of #3F41AA
Complementary color
Monochromatic Colors of #3F41AA
Black with #3F41AA
Text Example
Text Example
White with #3F41AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F41AA; }
p { color: rgb(63,65,170); }
H1.HeaderClassName
{
color: #3F41AA;
}
.AnyTagClassName
{
color: #3F41AA;
}
</style>
background-color css
<style>
a { background-color: #3F41AA; }
a { background-color: rgb(63,65,170); }
div.DivClassName
{
background-color: #3F41AA;
}
.BgClassName
{
background-color: #3F41AA;
}
</style>
border-color css
<style>
span { border-color: #3F41AA; }
span { border-color: rgb(63,65,170); }
td.TdClassName
{
border-color: #3F41AA;
}
.TagClassName
{
border-color: #3F41AA;
}
</style>