Shades of Governor Bay #3F3FAC
Tints of Governor Bay #3F3FAC
RGB
CMYK
RGB Variations
Color information
#3F3FAC (or 0x3F3FAC) is known color: Governor Bay. HEX triplet: 3F, 3F and AC. RGB value is (63,63,172). Sum of RGB (Red+Green+Blue) = 63+63+172=298 (39% of max value = 765). Red value is 63 (25% from 255 or 21.14% from 298); Green value is 63 (25% from 255 or 21.14% from 298); Blue value is 172 (67.58% from 255 or 57.72% from 298); Max value from RGB is 172 - color contains mainly: blue. Hex color #3F3FAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F3FAC is #C0C053. Grayscale: #4A4A4A. Windows color (decimal): -12632148 or 11288383. OLE color: 11288383.
HSL color Cylindrical-coordinate representation of color #3F3FAC: 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 #3F3FAC is Cyan = 0.63, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 63 | 63 | 172 | - |
| CMYK | 0.63 | 0.63 | 0 | 0.33 |
| HSL | 240º | 0.46% | 0.46% | - |
| HSV(B) | 240º | 0.63% | 0.67% | - |
| XYZ | 11.27 | 7.59 | 39.9 | - |
| YUV | 75.43 | 182.5 | 119.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 63 | 172 | 0.63 | 0.63 | 0 | 0.33 | 240 | 0.46 | 0.46 |
| Hex | 3F | 3F | AC | 3F | 3F | 0 | 21 | F0 | 2E | 2E |
| Octal | 77 | 77 | 254 | 77 | 77 | 0 | 41 | 360 | 56 | 56 |
| Binary | 111111 | 111111 | 10101100 | 111111 | 111111 | 0 | 100001 | 11110000 | 101110 | 101110 |
Color Harmonies of #3F3FAC
Complementary color
Monochromatic Colors of #3F3FAC
Black with #3F3FAC
Text Example
Text Example
White with #3F3FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3FAC; }
p { color: rgb(63,63,172); }
H1.HeaderClassName
{
color: #3F3FAC;
}
.AnyTagClassName
{
color: #3F3FAC;
}
</style>
background-color css
<style>
a { background-color: #3F3FAC; }
a { background-color: rgb(63,63,172); }
div.DivClassName
{
background-color: #3F3FAC;
}
.BgClassName
{
background-color: #3F3FAC;
}
</style>
border-color css
<style>
span { border-color: #3F3FAC; }
span { border-color: rgb(63,63,172); }
td.TdClassName
{
border-color: #3F3FAC;
}
.TagClassName
{
border-color: #3F3FAC;
}
</style>