Shades of Governor Bay #3E43AD
Tints of Governor Bay #3E43AD
RGB
CMYK
RGB Variations
Color information
#3E43AD (or 0x3E43AD) is known color: Governor Bay. HEX triplet: 3E, 43 and AD. RGB value is (62,67,173). Sum of RGB (Red+Green+Blue) = 62+67+173=302 (40% of max value = 765). Red value is 62 (24.61% from 255 or 20.53% from 302); Green value is 67 (26.56% from 255 or 22.19% from 302); Blue value is 173 (67.97% from 255 or 57.28% from 302); Max value from RGB is 173 - color contains mainly: blue. Hex color #3E43AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E43AD is #C1BC52. Grayscale: #4D4D4D. Windows color (decimal): -12696659 or 11354942. OLE color: 11354942.
HSL color Cylindrical-coordinate representation of color #3E43AD: hue angle of 237.3º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3E43AD is Cyan = 0.64, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 62 | 67 | 173 | - |
| CMYK | 0.64 | 0.61 | 0 | 0.32 |
| HSL | 237.3º | 0.47% | 0.46% | - |
| HSV(B) | 237.3º | 0.64% | 0.68% | - |
| XYZ | 11.54 | 8.06 | 40.48 | - |
| YUV | 77.59 | 181.84 | 116.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 67 | 173 | 0.64 | 0.61 | 0 | 0.32 | 237.3 | 0.47 | 0.46 |
| Hex | 3E | 43 | AD | 40 | 3D | 0 | 20 | ED | 2F | 2E |
| Octal | 76 | 103 | 255 | 100 | 75 | 0 | 40 | 355 | 57 | 56 |
| Binary | 111110 | 1000011 | 10101101 | 1000000 | 111101 | 0 | 100000 | 11101101 | 101111 | 101110 |
Color Harmonies of #3E43AD
Complementary color
Monochromatic Colors of #3E43AD
Black with #3E43AD
Text Example
Text Example
White with #3E43AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E43AD; }
p { color: rgb(62,67,173); }
H1.HeaderClassName
{
color: #3E43AD;
}
.AnyTagClassName
{
color: #3E43AD;
}
</style>
background-color css
<style>
a { background-color: #3E43AD; }
a { background-color: rgb(62,67,173); }
div.DivClassName
{
background-color: #3E43AD;
}
.BgClassName
{
background-color: #3E43AD;
}
</style>
border-color css
<style>
span { border-color: #3E43AD; }
span { border-color: rgb(62,67,173); }
td.TdClassName
{
border-color: #3E43AD;
}
.TagClassName
{
border-color: #3E43AD;
}
</style>