Shades of Governor Bay #3C3EAD
Tints of Governor Bay #3C3EAD
RGB
CMYK
RGB Variations
Color information
#3C3EAD (or 0x3C3EAD) is known color: Governor Bay. HEX triplet: 3C, 3E and AD. RGB value is (60,62,173). Sum of RGB (Red+Green+Blue) = 60+62+173=295 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20.34% from 295); Green value is 62 (24.61% from 255 or 21.02% from 295); Blue value is 173 (67.97% from 255 or 58.64% from 295); Max value from RGB is 173 - color contains mainly: blue. Hex color #3C3EAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C3EAD is #C3C152. Grayscale: #494949. Windows color (decimal): -12829011 or 11353660. OLE color: 11353660.
HSL color Cylindrical-coordinate representation of color #3C3EAD: hue angle of 238.94º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3C3EAD is Cyan = 0.65, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 60 | 62 | 173 | - |
| CMYK | 0.65 | 0.64 | 0 | 0.32 |
| HSL | 238.94º | 0.48% | 0.46% | - |
| HSV(B) | 238.94º | 0.65% | 0.68% | - |
| XYZ | 11.13 | 7.42 | 40.38 | - |
| YUV | 74.06 | 183.84 | 117.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 62 | 173 | 0.65 | 0.64 | 0 | 0.32 | 238.94 | 0.48 | 0.46 |
| Hex | 3C | 3E | AD | 41 | 40 | 0 | 20 | EF | 30 | 2E |
| Octal | 74 | 76 | 255 | 101 | 100 | 0 | 40 | 357 | 60 | 56 |
| Binary | 111100 | 111110 | 10101101 | 1000001 | 1000000 | 0 | 100000 | 11101111 | 110000 | 101110 |
Color Harmonies of #3C3EAD
Complementary color
Monochromatic Colors of #3C3EAD
Black with #3C3EAD
Text Example
Text Example
White with #3C3EAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3EAD; }
p { color: rgb(60,62,173); }
H1.HeaderClassName
{
color: #3C3EAD;
}
.AnyTagClassName
{
color: #3C3EAD;
}
</style>
background-color css
<style>
a { background-color: #3C3EAD; }
a { background-color: rgb(60,62,173); }
div.DivClassName
{
background-color: #3C3EAD;
}
.BgClassName
{
background-color: #3C3EAD;
}
</style>
border-color css
<style>
span { border-color: #3C3EAD; }
span { border-color: rgb(60,62,173); }
td.TdClassName
{
border-color: #3C3EAD;
}
.TagClassName
{
border-color: #3C3EAD;
}
</style>