Shades of Governor Bay #3F469D
Tints of Governor Bay #3F469D
RGB
CMYK
RGB Variations
Color information
#3F469D (or 0x3F469D) is known color: Governor Bay. HEX triplet: 3F, 46 and 9D. RGB value is (63,70,157). Sum of RGB (Red+Green+Blue) = 63+70+157=290 (38% of max value = 765). Red value is 63 (25% from 255 or 21.72% from 290); Green value is 70 (27.73% from 255 or 24.14% from 290); Blue value is 157 (61.72% from 255 or 54.14% from 290); Max value from RGB is 157 - color contains mainly: blue. Hex color #3F469D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F469D is #C0B962. Grayscale: #4D4D4D. Windows color (decimal): -12630371 or 10307135. OLE color: 10307135.
HSL color Cylindrical-coordinate representation of color #3F469D: hue angle of 235.53º 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 #3F469D is Cyan = 0.60, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 63 | 70 | 157 | - |
| CMYK | 0.60 | 0.55 | 0 | 0.38 |
| HSL | 235.53º | 0.43% | 0.43% | - |
| HSV(B) | 235.53º | 0.6% | 0.62% | - |
| XYZ | 10.33 | 7.87 | 32.87 | - |
| YUV | 77.83 | 172.68 | 117.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 70 | 157 | 0.60 | 0.55 | 0 | 0.38 | 235.53 | 0.43 | 0.43 |
| Hex | 3F | 46 | 9D | 3C | 37 | 0 | 26 | EC | 2B | 2B |
| Octal | 77 | 106 | 235 | 74 | 67 | 0 | 46 | 354 | 53 | 53 |
| Binary | 111111 | 1000110 | 10011101 | 111100 | 110111 | 0 | 100110 | 11101100 | 101011 | 101011 |
Color Harmonies of #3F469D
Complementary color
Monochromatic Colors of #3F469D
Black with #3F469D
Text Example
Text Example
White with #3F469D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F469D; }
p { color: rgb(63,70,157); }
H1.HeaderClassName
{
color: #3F469D;
}
.AnyTagClassName
{
color: #3F469D;
}
</style>
background-color css
<style>
a { background-color: #3F469D; }
a { background-color: rgb(63,70,157); }
div.DivClassName
{
background-color: #3F469D;
}
.BgClassName
{
background-color: #3F469D;
}
</style>
border-color css
<style>
span { border-color: #3F469D; }
span { border-color: rgb(63,70,157); }
td.TdClassName
{
border-color: #3F469D;
}
.TagClassName
{
border-color: #3F469D;
}
</style>