Shades of Governor Bay #3C3EAA
Tints of Governor Bay #3C3EAA
RGB
CMYK
RGB Variations
Color information
#3C3EAA (or 0x3C3EAA) is known color: Governor Bay. HEX triplet: 3C, 3E and AA. RGB value is (60,62,170). Sum of RGB (Red+Green+Blue) = 60+62+170=292 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.55% from 292); Green value is 62 (24.61% from 255 or 21.23% from 292); Blue value is 170 (66.80% from 255 or 58.22% from 292); Max value from RGB is 170 - color contains mainly: blue. Hex color #3C3EAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C3EAA is #C3C155. Grayscale: #494949. Windows color (decimal): -12829014 or 11157052. OLE color: 11157052.
HSL color Cylindrical-coordinate representation of color #3C3EAA: hue angle of 238.91º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3C3EAA is Cyan = 0.65, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 60 | 62 | 170 | - |
| CMYK | 0.65 | 0.64 | 0 | 0.33 |
| HSL | 238.91º | 0.48% | 0.45% | - |
| HSV(B) | 238.91º | 0.65% | 0.67% | - |
| XYZ | 10.84 | 7.31 | 38.87 | - |
| YUV | 73.71 | 182.34 | 118.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 62 | 170 | 0.65 | 0.64 | 0 | 0.33 | 238.91 | 0.48 | 0.45 |
| Hex | 3C | 3E | AA | 41 | 40 | 0 | 21 | EF | 30 | 2D |
| Octal | 74 | 76 | 252 | 101 | 100 | 0 | 41 | 357 | 60 | 55 |
| Binary | 111100 | 111110 | 10101010 | 1000001 | 1000000 | 0 | 100001 | 11101111 | 110000 | 101101 |
Color Harmonies of #3C3EAA
Complementary color
Monochromatic Colors of #3C3EAA
Black with #3C3EAA
Text Example
Text Example
White with #3C3EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3EAA; }
p { color: rgb(60,62,170); }
H1.HeaderClassName
{
color: #3C3EAA;
}
.AnyTagClassName
{
color: #3C3EAA;
}
</style>
background-color css
<style>
a { background-color: #3C3EAA; }
a { background-color: rgb(60,62,170); }
div.DivClassName
{
background-color: #3C3EAA;
}
.BgClassName
{
background-color: #3C3EAA;
}
</style>
border-color css
<style>
span { border-color: #3C3EAA; }
span { border-color: rgb(60,62,170); }
td.TdClassName
{
border-color: #3C3EAA;
}
.TagClassName
{
border-color: #3C3EAA;
}
</style>