Shades of Governor Bay #3F4CA2
Tints of Governor Bay #3F4CA2
RGB
CMYK
RGB Variations
Color information
#3F4CA2 (or 0x3F4CA2) is known color: Governor Bay. HEX triplet: 3F, 4C and A2. RGB value is (63,76,162). Sum of RGB (Red+Green+Blue) = 63+76+162=301 (39% of max value = 765). Red value is 63 (25% from 255 or 20.93% from 301); Green value is 76 (30.08% from 255 or 25.25% from 301); Blue value is 162 (63.67% from 255 or 53.82% from 301); Max value from RGB is 162 - color contains mainly: blue. Hex color #3F4CA2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F4CA2 is #C0B35D. Grayscale: #515151. Windows color (decimal): -12628830 or 10636351. OLE color: 10636351.
HSL color Cylindrical-coordinate representation of color #3F4CA2: hue angle of 232.12º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3F4CA2 is Cyan = 0.61, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 63 | 76 | 162 | - |
| CMYK | 0.61 | 0.53 | 0 | 0.36 |
| HSL | 232.12º | 0.44% | 0.44% | - |
| HSV(B) | 232.12º | 0.61% | 0.64% | - |
| XYZ | 11.16 | 8.83 | 35.3 | - |
| YUV | 81.92 | 173.19 | 114.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 76 | 162 | 0.61 | 0.53 | 0 | 0.36 | 232.12 | 0.44 | 0.44 |
| Hex | 3F | 4C | A2 | 3D | 35 | 0 | 24 | E8 | 2C | 2C |
| Octal | 77 | 114 | 242 | 75 | 65 | 0 | 44 | 350 | 54 | 54 |
| Binary | 111111 | 1001100 | 10100010 | 111101 | 110101 | 0 | 100100 | 11101000 | 101100 | 101100 |
Color Harmonies of #3F4CA2
Complementary color
Monochromatic Colors of #3F4CA2
Black with #3F4CA2
Text Example
Text Example
White with #3F4CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4CA2; }
p { color: rgb(63,76,162); }
H1.HeaderClassName
{
color: #3F4CA2;
}
.AnyTagClassName
{
color: #3F4CA2;
}
</style>
background-color css
<style>
a { background-color: #3F4CA2; }
a { background-color: rgb(63,76,162); }
div.DivClassName
{
background-color: #3F4CA2;
}
.BgClassName
{
background-color: #3F4CA2;
}
</style>
border-color css
<style>
span { border-color: #3F4CA2; }
span { border-color: rgb(63,76,162); }
td.TdClassName
{
border-color: #3F4CA2;
}
.TagClassName
{
border-color: #3F4CA2;
}
</style>