Shades of Governor Bay #3E4D9B
Tints of Governor Bay #3E4D9B
RGB
CMYK
RGB Variations
Color information
#3E4D9B (or 0x3E4D9B) is known color: Governor Bay. HEX triplet: 3E, 4D and 9B. RGB value is (62,77,155). Sum of RGB (Red+Green+Blue) = 62+77+155=294 (38% of max value = 765). Red value is 62 (24.61% from 255 or 21.09% from 294); Green value is 77 (30.47% from 255 or 26.19% from 294); Blue value is 155 (60.94% from 255 or 52.72% from 294); Max value from RGB is 155 - color contains mainly: blue. Hex color #3E4D9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E4D9B is #C1B264. Grayscale: #515151. Windows color (decimal): -12694117 or 10177854. OLE color: 10177854.
HSL color Cylindrical-coordinate representation of color #3E4D9B: hue angle of 230.32º degrees, saturation: 0.43, 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 #3E4D9B is Cyan = 0.6, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 62 | 77 | 155 | - |
| CMYK | 0.6 | 0.50 | 0 | 0.39 |
| HSL | 230.32º | 0.43% | 0.43% | - |
| HSV(B) | 230.32º | 0.6% | 0.61% | - |
| XYZ | 10.56 | 8.7 | 32.13 | - |
| YUV | 81.41 | 169.53 | 114.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 77 | 155 | 0.6 | 0.50 | 0 | 0.39 | 230.32 | 0.43 | 0.43 |
| Hex | 3E | 4D | 9B | 3C | 32 | 0 | 27 | E6 | 2B | 2B |
| Octal | 76 | 115 | 233 | 74 | 62 | 0 | 47 | 346 | 53 | 53 |
| Binary | 111110 | 1001101 | 10011011 | 111100 | 110010 | 0 | 100111 | 11100110 | 101011 | 101011 |
Color Harmonies of #3E4D9B
Complementary color
Monochromatic Colors of #3E4D9B
Black with #3E4D9B
Text Example
Text Example
White with #3E4D9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E4D9B; }
p { color: rgb(62,77,155); }
H1.HeaderClassName
{
color: #3E4D9B;
}
.AnyTagClassName
{
color: #3E4D9B;
}
</style>
background-color css
<style>
a { background-color: #3E4D9B; }
a { background-color: rgb(62,77,155); }
div.DivClassName
{
background-color: #3E4D9B;
}
.BgClassName
{
background-color: #3E4D9B;
}
</style>
border-color css
<style>
span { border-color: #3E4D9B; }
span { border-color: rgb(62,77,155); }
td.TdClassName
{
border-color: #3E4D9B;
}
.TagClassName
{
border-color: #3E4D9B;
}
</style>