Shades of Governor Bay #3F449E
Tints of Governor Bay #3F449E
RGB
CMYK
RGB Variations
Color information
#3F449E (or 0x3F449E) is known color: Governor Bay. HEX triplet: 3F, 44 and 9E. RGB value is (63,68,158). Sum of RGB (Red+Green+Blue) = 63+68+158=289 (38% of max value = 765). Red value is 63 (25% from 255 or 21.80% from 289); Green value is 68 (26.95% from 255 or 23.53% from 289); Blue value is 158 (62.11% from 255 or 54.67% from 289); Max value from RGB is 158 - color contains mainly: blue. Hex color #3F449E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F449E is #C0BB61. Grayscale: #4C4C4C. Windows color (decimal): -12630882 or 10372159. OLE color: 10372159.
HSL color Cylindrical-coordinate representation of color #3F449E: hue angle of 236.84º degrees, saturation: 0.43, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3F449E is Cyan = 0.60, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 63 | 68 | 158 | - |
| CMYK | 0.60 | 0.57 | 0 | 0.38 |
| HSL | 236.84º | 0.43% | 0.43% | - |
| HSV(B) | 236.84º | 0.6% | 0.62% | - |
| XYZ | 10.29 | 7.66 | 33.28 | - |
| YUV | 76.77 | 173.84 | 118.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 68 | 158 | 0.60 | 0.57 | 0 | 0.38 | 236.84 | 0.43 | 0.43 |
| Hex | 3F | 44 | 9E | 3C | 39 | 0 | 26 | ED | 2B | 2B |
| Octal | 77 | 104 | 236 | 74 | 71 | 0 | 46 | 355 | 53 | 53 |
| Binary | 111111 | 1000100 | 10011110 | 111100 | 111001 | 0 | 100110 | 11101101 | 101011 | 101011 |
Color Harmonies of #3F449E
Complementary color
Monochromatic Colors of #3F449E
Black with #3F449E
Text Example
Text Example
White with #3F449E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F449E; }
p { color: rgb(63,68,158); }
H1.HeaderClassName
{
color: #3F449E;
}
.AnyTagClassName
{
color: #3F449E;
}
</style>
background-color css
<style>
a { background-color: #3F449E; }
a { background-color: rgb(63,68,158); }
div.DivClassName
{
background-color: #3F449E;
}
.BgClassName
{
background-color: #3F449E;
}
</style>
border-color css
<style>
span { border-color: #3F449E; }
span { border-color: rgb(63,68,158); }
td.TdClassName
{
border-color: #3F449E;
}
.TagClassName
{
border-color: #3F449E;
}
</style>