Shades of Governor Bay #3F509C
Tints of Governor Bay #3F509C
RGB
CMYK
RGB Variations
Color information
#3F509C (or 0x3F509C) is known color: Governor Bay. HEX triplet: 3F, 50 and 9C. RGB value is (63,80,156). Sum of RGB (Red+Green+Blue) = 63+80+156=299 (39% of max value = 765). Red value is 63 (25% from 255 or 21.07% from 299); Green value is 80 (31.64% from 255 or 26.76% from 299); Blue value is 156 (61.33% from 255 or 52.17% from 299); Max value from RGB is 156 - color contains mainly: blue. Hex color #3F509C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F509C is #C0AF63. Grayscale: #535353. Windows color (decimal): -12627812 or 10244159. OLE color: 10244159.
HSL color Cylindrical-coordinate representation of color #3F509C: hue angle of 229.03º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3F509C is Cyan = 0.60, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 63 | 80 | 156 | - |
| CMYK | 0.60 | 0.49 | 0 | 0.39 |
| HSL | 229.03º | 0.42% | 0.43% | - |
| HSV(B) | 229.03º | 0.6% | 0.61% | - |
| XYZ | 10.92 | 9.19 | 32.65 | - |
| YUV | 83.58 | 168.87 | 113.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 80 | 156 | 0.60 | 0.49 | 0 | 0.39 | 229.03 | 0.42 | 0.43 |
| Hex | 3F | 50 | 9C | 3C | 31 | 0 | 27 | E5 | 2A | 2B |
| Octal | 77 | 120 | 234 | 74 | 61 | 0 | 47 | 345 | 52 | 53 |
| Binary | 111111 | 1010000 | 10011100 | 111100 | 110001 | 0 | 100111 | 11100101 | 101010 | 101011 |
Color Harmonies of #3F509C
Complementary color
Monochromatic Colors of #3F509C
Black with #3F509C
Text Example
Text Example
White with #3F509C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F509C; }
p { color: rgb(63,80,156); }
H1.HeaderClassName
{
color: #3F509C;
}
.AnyTagClassName
{
color: #3F509C;
}
</style>
background-color css
<style>
a { background-color: #3F509C; }
a { background-color: rgb(63,80,156); }
div.DivClassName
{
background-color: #3F509C;
}
.BgClassName
{
background-color: #3F509C;
}
</style>
border-color css
<style>
span { border-color: #3F509C; }
span { border-color: rgb(63,80,156); }
td.TdClassName
{
border-color: #3F509C;
}
.TagClassName
{
border-color: #3F509C;
}
</style>