Shades of Governor Bay #3F489F
Tints of Governor Bay #3F489F
RGB
CMYK
RGB Variations
Color information
#3F489F (or 0x3F489F) is known color: Governor Bay. HEX triplet: 3F, 48 and 9F. RGB value is (63,72,159). Sum of RGB (Red+Green+Blue) = 63+72+159=294 (38% of max value = 765). Red value is 63 (25% from 255 or 21.43% from 294); Green value is 72 (28.52% from 255 or 24.49% from 294); Blue value is 159 (62.5% from 255 or 54.08% from 294); Max value from RGB is 159 - color contains mainly: blue. Hex color #3F489F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F489F is #C0B760. Grayscale: #4E4E4E. Windows color (decimal): -12629857 or 10438719. OLE color: 10438719.
HSL color Cylindrical-coordinate representation of color #3F489F: hue angle of 234.38º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3F489F is Cyan = 0.60, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 63 | 72 | 159 | - |
| CMYK | 0.60 | 0.55 | 0 | 0.38 |
| HSL | 234.38º | 0.43% | 0.44% | - |
| HSV(B) | 234.38º | 0.6% | 0.62% | - |
| XYZ | 10.63 | 8.19 | 33.82 | - |
| YUV | 79.23 | 173.02 | 116.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 72 | 159 | 0.60 | 0.55 | 0 | 0.38 | 234.38 | 0.43 | 0.44 |
| Hex | 3F | 48 | 9F | 3C | 37 | 0 | 26 | EA | 2B | 2C |
| Octal | 77 | 110 | 237 | 74 | 67 | 0 | 46 | 352 | 53 | 54 |
| Binary | 111111 | 1001000 | 10011111 | 111100 | 110111 | 0 | 100110 | 11101010 | 101011 | 101100 |
Color Harmonies of #3F489F
Complementary color
Monochromatic Colors of #3F489F
Black with #3F489F
Text Example
Text Example
White with #3F489F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F489F; }
p { color: rgb(63,72,159); }
H1.HeaderClassName
{
color: #3F489F;
}
.AnyTagClassName
{
color: #3F489F;
}
</style>
background-color css
<style>
a { background-color: #3F489F; }
a { background-color: rgb(63,72,159); }
div.DivClassName
{
background-color: #3F489F;
}
.BgClassName
{
background-color: #3F489F;
}
</style>
border-color css
<style>
span { border-color: #3F489F; }
span { border-color: rgb(63,72,159); }
td.TdClassName
{
border-color: #3F489F;
}
.TagClassName
{
border-color: #3F489F;
}
</style>