Shades of Governor Bay #3F459E
Tints of Governor Bay #3F459E
RGB
CMYK
RGB Variations
Color information
#3F459E (or 0x3F459E) is known color: Governor Bay. HEX triplet: 3F, 45 and 9E. RGB value is (63,69,158). Sum of RGB (Red+Green+Blue) = 63+69+158=290 (38% of max value = 765). Red value is 63 (25% from 255 or 21.72% from 290); Green value is 69 (27.34% from 255 or 23.79% from 290); Blue value is 158 (62.11% from 255 or 54.48% from 290); Max value from RGB is 158 - color contains mainly: blue. Hex color #3F459E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F459E is #C0BA61. Grayscale: #4C4C4C. Windows color (decimal): -12630626 or 10372415. OLE color: 10372415.
HSL color Cylindrical-coordinate representation of color #3F459E: hue angle of 236.21º 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 #3F459E is Cyan = 0.60, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 63 | 69 | 158 | - |
| CMYK | 0.60 | 0.56 | 0 | 0.38 |
| HSL | 236.21º | 0.43% | 0.43% | - |
| HSV(B) | 236.21º | 0.6% | 0.62% | - |
| XYZ | 10.35 | 7.78 | 33.3 | - |
| YUV | 77.35 | 173.51 | 117.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 69 | 158 | 0.60 | 0.56 | 0 | 0.38 | 236.21 | 0.43 | 0.43 |
| Hex | 3F | 45 | 9E | 3C | 38 | 0 | 26 | EC | 2B | 2B |
| Octal | 77 | 105 | 236 | 74 | 70 | 0 | 46 | 354 | 53 | 53 |
| Binary | 111111 | 1000101 | 10011110 | 111100 | 111000 | 0 | 100110 | 11101100 | 101011 | 101011 |
Color Harmonies of #3F459E
Complementary color
Monochromatic Colors of #3F459E
Black with #3F459E
Text Example
Text Example
White with #3F459E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F459E; }
p { color: rgb(63,69,158); }
H1.HeaderClassName
{
color: #3F459E;
}
.AnyTagClassName
{
color: #3F459E;
}
</style>
background-color css
<style>
a { background-color: #3F459E; }
a { background-color: rgb(63,69,158); }
div.DivClassName
{
background-color: #3F459E;
}
.BgClassName
{
background-color: #3F459E;
}
</style>
border-color css
<style>
span { border-color: #3F459E; }
span { border-color: rgb(63,69,158); }
td.TdClassName
{
border-color: #3F459E;
}
.TagClassName
{
border-color: #3F459E;
}
</style>