Shades of Governor Bay #3F3FAA
Tints of Governor Bay #3F3FAA
RGB
CMYK
RGB Variations
Color information
#3F3FAA (or 0x3F3FAA) is known color: Governor Bay. HEX triplet: 3F, 3F and AA. RGB value is (63,63,170). Sum of RGB (Red+Green+Blue) = 63+63+170=296 (39% of max value = 765). Red value is 63 (25% from 255 or 21.28% from 296); Green value is 63 (25% from 255 or 21.28% from 296); Blue value is 170 (66.80% from 255 or 57.43% from 296); Max value from RGB is 170 - color contains mainly: blue. Hex color #3F3FAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F3FAA is #C0C055. Grayscale: #4A4A4A. Windows color (decimal): -12632150 or 11157311. OLE color: 11157311.
HSL color Cylindrical-coordinate representation of color #3F3FAA: hue angle of 240º 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 #3F3FAA is Cyan = 0.63, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 63 | 63 | 170 | - |
| CMYK | 0.63 | 0.63 | 0 | 0.33 |
| HSL | 240º | 0.46% | 0.46% | - |
| HSV(B) | 240º | 0.63% | 0.67% | - |
| XYZ | 11.08 | 7.51 | 38.9 | - |
| YUV | 75.2 | 181.5 | 119.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 63 | 170 | 0.63 | 0.63 | 0 | 0.33 | 240 | 0.46 | 0.46 |
| Hex | 3F | 3F | AA | 3F | 3F | 0 | 21 | F0 | 2E | 2E |
| Octal | 77 | 77 | 252 | 77 | 77 | 0 | 41 | 360 | 56 | 56 |
| Binary | 111111 | 111111 | 10101010 | 111111 | 111111 | 0 | 100001 | 11110000 | 101110 | 101110 |
Color Harmonies of #3F3FAA
Complementary color
Monochromatic Colors of #3F3FAA
Black with #3F3FAA
Text Example
Text Example
White with #3F3FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3FAA; }
p { color: rgb(63,63,170); }
H1.HeaderClassName
{
color: #3F3FAA;
}
.AnyTagClassName
{
color: #3F3FAA;
}
</style>
background-color css
<style>
a { background-color: #3F3FAA; }
a { background-color: rgb(63,63,170); }
div.DivClassName
{
background-color: #3F3FAA;
}
.BgClassName
{
background-color: #3F3FAA;
}
</style>
border-color css
<style>
span { border-color: #3F3FAA; }
span { border-color: rgb(63,63,170); }
td.TdClassName
{
border-color: #3F3FAA;
}
.TagClassName
{
border-color: #3F3FAA;
}
</style>