Shades of Governor Bay #3E48AB
Tints of Governor Bay #3E48AB
RGB
CMYK
RGB Variations
Color information
#3E48AB (or 0x3E48AB) is known color: Governor Bay. HEX triplet: 3E, 48 and AB. RGB value is (62,72,171). Sum of RGB (Red+Green+Blue) = 62+72+171=305 (40% of max value = 765). Red value is 62 (24.61% from 255 or 20.33% from 305); Green value is 72 (28.52% from 255 or 23.61% from 305); Blue value is 171 (67.19% from 255 or 56.07% from 305); Max value from RGB is 171 - color contains mainly: blue. Hex color #3E48AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E48AB is #C1B754. Grayscale: #4F4F4F. Windows color (decimal): -12695381 or 11225150. OLE color: 11225150.
HSL color Cylindrical-coordinate representation of color #3E48AB: hue angle of 234.5º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3E48AB is Cyan = 0.64, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 62 | 72 | 171 | - |
| CMYK | 0.64 | 0.58 | 0 | 0.33 |
| HSL | 234.5º | 0.47% | 0.46% | - |
| HSV(B) | 234.5º | 0.64% | 0.67% | - |
| XYZ | 11.65 | 8.6 | 39.57 | - |
| YUV | 80.3 | 179.19 | 114.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 72 | 171 | 0.64 | 0.58 | 0 | 0.33 | 234.5 | 0.47 | 0.46 |
| Hex | 3E | 48 | AB | 40 | 3A | 0 | 21 | EA | 2F | 2E |
| Octal | 76 | 110 | 253 | 100 | 72 | 0 | 41 | 352 | 57 | 56 |
| Binary | 111110 | 1001000 | 10101011 | 1000000 | 111010 | 0 | 100001 | 11101010 | 101111 | 101110 |
Color Harmonies of #3E48AB
Complementary color
Monochromatic Colors of #3E48AB
Black with #3E48AB
Text Example
Text Example
White with #3E48AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E48AB; }
p { color: rgb(62,72,171); }
H1.HeaderClassName
{
color: #3E48AB;
}
.AnyTagClassName
{
color: #3E48AB;
}
</style>
background-color css
<style>
a { background-color: #3E48AB; }
a { background-color: rgb(62,72,171); }
div.DivClassName
{
background-color: #3E48AB;
}
.BgClassName
{
background-color: #3E48AB;
}
</style>
border-color css
<style>
span { border-color: #3E48AB; }
span { border-color: rgb(62,72,171); }
td.TdClassName
{
border-color: #3E48AB;
}
.TagClassName
{
border-color: #3E48AB;
}
</style>