Shades of Governor Bay #3F459D
Tints of Governor Bay #3F459D
RGB
CMYK
RGB Variations
Color information
#3F459D (or 0x3F459D) is known color: Governor Bay. HEX triplet: 3F, 45 and 9D. RGB value is (63,69,157). Sum of RGB (Red+Green+Blue) = 63+69+157=289 (38% of max value = 765). Red value is 63 (25% from 255 or 21.80% from 289); Green value is 69 (27.34% from 255 or 23.88% from 289); Blue value is 157 (61.72% from 255 or 54.33% from 289); Max value from RGB is 157 - color contains mainly: blue. Hex color #3F459D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F459D is #C0BA62. Grayscale: #4C4C4C. Windows color (decimal): -12630627 or 10306879. OLE color: 10306879.
HSL color Cylindrical-coordinate representation of color #3F459D: hue angle of 236.17º 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 #3F459D is Cyan = 0.60, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 63 | 69 | 157 | - |
| CMYK | 0.60 | 0.56 | 0 | 0.38 |
| HSL | 236.17º | 0.43% | 0.43% | - |
| HSV(B) | 236.17º | 0.6% | 0.62% | - |
| XYZ | 10.26 | 7.75 | 32.85 | - |
| YUV | 77.24 | 173.01 | 117.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 69 | 157 | 0.60 | 0.56 | 0 | 0.38 | 236.17 | 0.43 | 0.43 |
| Hex | 3F | 45 | 9D | 3C | 38 | 0 | 26 | EC | 2B | 2B |
| Octal | 77 | 105 | 235 | 74 | 70 | 0 | 46 | 354 | 53 | 53 |
| Binary | 111111 | 1000101 | 10011101 | 111100 | 111000 | 0 | 100110 | 11101100 | 101011 | 101011 |
Color Harmonies of #3F459D
Complementary color
Monochromatic Colors of #3F459D
Black with #3F459D
Text Example
Text Example
White with #3F459D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F459D; }
p { color: rgb(63,69,157); }
H1.HeaderClassName
{
color: #3F459D;
}
.AnyTagClassName
{
color: #3F459D;
}
</style>
background-color css
<style>
a { background-color: #3F459D; }
a { background-color: rgb(63,69,157); }
div.DivClassName
{
background-color: #3F459D;
}
.BgClassName
{
background-color: #3F459D;
}
</style>
border-color css
<style>
span { border-color: #3F459D; }
span { border-color: rgb(63,69,157); }
td.TdClassName
{
border-color: #3F459D;
}
.TagClassName
{
border-color: #3F459D;
}
</style>