Shades of Governor Bay #3C3FAD
Tints of Governor Bay #3C3FAD
RGB
CMYK
RGB Variations
Color information
#3C3FAD (or 0x3C3FAD) is known color: Governor Bay. HEX triplet: 3C, 3F and AD. RGB value is (60,63,173). Sum of RGB (Red+Green+Blue) = 60+63+173=296 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20.27% from 296); Green value is 63 (25% from 255 or 21.28% from 296); Blue value is 173 (67.97% from 255 or 58.45% from 296); Max value from RGB is 173 - color contains mainly: blue. Hex color #3C3FAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C3FAD is #C3C052. Grayscale: #4A4A4A. Windows color (decimal): -12828755 or 11353916. OLE color: 11353916.
HSL color Cylindrical-coordinate representation of color #3C3FAD: hue angle of 238.41º 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 #3C3FAD is Cyan = 0.65, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 60 | 63 | 173 | - |
| CMYK | 0.65 | 0.64 | 0 | 0.32 |
| HSL | 238.41º | 0.48% | 0.46% | - |
| HSV(B) | 238.41º | 0.65% | 0.68% | - |
| XYZ | 11.18 | 7.53 | 40.4 | - |
| YUV | 74.64 | 183.51 | 117.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 63 | 173 | 0.65 | 0.64 | 0 | 0.32 | 238.41 | 0.48 | 0.46 |
| Hex | 3C | 3F | AD | 41 | 40 | 0 | 20 | EE | 30 | 2E |
| Octal | 74 | 77 | 255 | 101 | 100 | 0 | 40 | 356 | 60 | 56 |
| Binary | 111100 | 111111 | 10101101 | 1000001 | 1000000 | 0 | 100000 | 11101110 | 110000 | 101110 |
Color Harmonies of #3C3FAD
Complementary color
Monochromatic Colors of #3C3FAD
Black with #3C3FAD
Text Example
Text Example
White with #3C3FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3FAD; }
p { color: rgb(60,63,173); }
H1.HeaderClassName
{
color: #3C3FAD;
}
.AnyTagClassName
{
color: #3C3FAD;
}
</style>
background-color css
<style>
a { background-color: #3C3FAD; }
a { background-color: rgb(60,63,173); }
div.DivClassName
{
background-color: #3C3FAD;
}
.BgClassName
{
background-color: #3C3FAD;
}
</style>
border-color css
<style>
span { border-color: #3C3FAD; }
span { border-color: rgb(60,63,173); }
td.TdClassName
{
border-color: #3C3FAD;
}
.TagClassName
{
border-color: #3C3FAD;
}
</style>