Shades of Governor Bay #3E489F
Tints of Governor Bay #3E489F
RGB
CMYK
RGB Variations
Color information
#3E489F (or 0x3E489F) is known color: Governor Bay. HEX triplet: 3E, 48 and 9F. RGB value is (62,72,159). Sum of RGB (Red+Green+Blue) = 62+72+159=293 (38% of max value = 765). Red value is 62 (24.61% from 255 or 21.16% from 293); Green value is 72 (28.52% from 255 or 24.57% from 293); Blue value is 159 (62.5% from 255 or 54.27% from 293); Max value from RGB is 159 - color contains mainly: blue. Hex color #3E489F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E489F is #C1B760. Grayscale: #4E4E4E. Windows color (decimal): -12695393 or 10438718. OLE color: 10438718.
HSL color Cylindrical-coordinate representation of color #3E489F: hue angle of 233.81º degrees, saturation: 0.44, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3E489F is Cyan = 0.61, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 62 | 72 | 159 | - |
| CMYK | 0.61 | 0.55 | 0 | 0.38 |
| HSL | 233.81º | 0.44% | 0.43% | - |
| HSV(B) | 233.81º | 0.61% | 0.62% | - |
| XYZ | 10.56 | 8.16 | 33.82 | - |
| YUV | 78.93 | 173.19 | 115.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 72 | 159 | 0.61 | 0.55 | 0 | 0.38 | 233.81 | 0.44 | 0.43 |
| Hex | 3E | 48 | 9F | 3D | 37 | 0 | 26 | EA | 2C | 2B |
| Octal | 76 | 110 | 237 | 75 | 67 | 0 | 46 | 352 | 54 | 53 |
| Binary | 111110 | 1001000 | 10011111 | 111101 | 110111 | 0 | 100110 | 11101010 | 101100 | 101011 |
Color Harmonies of #3E489F
Complementary color
Monochromatic Colors of #3E489F
Black with #3E489F
Text Example
Text Example
White with #3E489F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E489F; }
p { color: rgb(62,72,159); }
H1.HeaderClassName
{
color: #3E489F;
}
.AnyTagClassName
{
color: #3E489F;
}
</style>
background-color css
<style>
a { background-color: #3E489F; }
a { background-color: rgb(62,72,159); }
div.DivClassName
{
background-color: #3E489F;
}
.BgClassName
{
background-color: #3E489F;
}
</style>
border-color css
<style>
span { border-color: #3E489F; }
span { border-color: rgb(62,72,159); }
td.TdClassName
{
border-color: #3E489F;
}
.TagClassName
{
border-color: #3E489F;
}
</style>