Shades of Governor Bay #3C3DAC
Tints of Governor Bay #3C3DAC
RGB
CMYK
RGB Variations
Color information
#3C3DAC (or 0x3C3DAC) is known color: Governor Bay. HEX triplet: 3C, 3D and AC. RGB value is (60,61,172). Sum of RGB (Red+Green+Blue) = 60+61+172=293 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.48% from 293); Green value is 61 (24.22% from 255 or 20.82% from 293); Blue value is 172 (67.58% from 255 or 58.70% from 293); Max value from RGB is 172 - color contains mainly: blue. Hex color #3C3DAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C3DAC is #C3C253. Grayscale: #484848. Windows color (decimal): -12829268 or 11287868. OLE color: 11287868.
HSL color Cylindrical-coordinate representation of color #3C3DAC: hue angle of 239.46º 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 #3C3DAC is Cyan = 0.65, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 60 | 61 | 172 | - |
| CMYK | 0.65 | 0.65 | 0 | 0.33 |
| HSL | 239.46º | 0.48% | 0.45% | - |
| HSV(B) | 239.46º | 0.65% | 0.67% | - |
| XYZ | 10.98 | 7.28 | 39.86 | - |
| YUV | 73.36 | 183.67 | 118.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 61 | 172 | 0.65 | 0.65 | 0 | 0.33 | 239.46 | 0.48 | 0.45 |
| Hex | 3C | 3D | AC | 41 | 41 | 0 | 21 | EF | 30 | 2D |
| Octal | 74 | 75 | 254 | 101 | 101 | 0 | 41 | 357 | 60 | 55 |
| Binary | 111100 | 111101 | 10101100 | 1000001 | 1000001 | 0 | 100001 | 11101111 | 110000 | 101101 |
Color Harmonies of #3C3DAC
Complementary color
Monochromatic Colors of #3C3DAC
Black with #3C3DAC
Text Example
Text Example
White with #3C3DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3DAC; }
p { color: rgb(60,61,172); }
H1.HeaderClassName
{
color: #3C3DAC;
}
.AnyTagClassName
{
color: #3C3DAC;
}
</style>
background-color css
<style>
a { background-color: #3C3DAC; }
a { background-color: rgb(60,61,172); }
div.DivClassName
{
background-color: #3C3DAC;
}
.BgClassName
{
background-color: #3C3DAC;
}
</style>
border-color css
<style>
span { border-color: #3C3DAC; }
span { border-color: rgb(60,61,172); }
td.TdClassName
{
border-color: #3C3DAC;
}
.TagClassName
{
border-color: #3C3DAC;
}
</style>