Shades of Governor Bay #3B3FAC
Tints of Governor Bay #3B3FAC
RGB
CMYK
RGB Variations
Color information
#3B3FAC (or 0x3B3FAC) is known color: Governor Bay. HEX triplet: 3B, 3F and AC. RGB value is (59,63,172). Sum of RGB (Red+Green+Blue) = 59+63+172=294 (38% of max value = 765). Red value is 59 (23.44% from 255 or 20.07% from 294); Green value is 63 (25% from 255 or 21.43% from 294); Blue value is 172 (67.58% from 255 or 58.50% from 294); Max value from RGB is 172 - color contains mainly: blue. Hex color #3B3FAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B3FAC is #C4C053. Grayscale: #494949. Windows color (decimal): -12894292 or 11288379. OLE color: 11288379.
HSL color Cylindrical-coordinate representation of color #3B3FAC: hue angle of 237.88º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3B3FAC is Cyan = 0.66, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 59 | 63 | 172 | - |
| CMYK | 0.66 | 0.63 | 0 | 0.33 |
| HSL | 237.88º | 0.49% | 0.45% | - |
| HSV(B) | 237.88º | 0.66% | 0.67% | - |
| XYZ | 11.03 | 7.46 | 39.89 | - |
| YUV | 74.23 | 183.17 | 117.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 63 | 172 | 0.66 | 0.63 | 0 | 0.33 | 237.88 | 0.49 | 0.45 |
| Hex | 3B | 3F | AC | 42 | 3F | 0 | 21 | EE | 31 | 2D |
| Octal | 73 | 77 | 254 | 102 | 77 | 0 | 41 | 356 | 61 | 55 |
| Binary | 111011 | 111111 | 10101100 | 1000010 | 111111 | 0 | 100001 | 11101110 | 110001 | 101101 |
Color Harmonies of #3B3FAC
Complementary color
Monochromatic Colors of #3B3FAC
Black with #3B3FAC
Text Example
Text Example
White with #3B3FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B3FAC; }
p { color: rgb(59,63,172); }
H1.HeaderClassName
{
color: #3B3FAC;
}
.AnyTagClassName
{
color: #3B3FAC;
}
</style>
background-color css
<style>
a { background-color: #3B3FAC; }
a { background-color: rgb(59,63,172); }
div.DivClassName
{
background-color: #3B3FAC;
}
.BgClassName
{
background-color: #3B3FAC;
}
</style>
border-color css
<style>
span { border-color: #3B3FAC; }
span { border-color: rgb(59,63,172); }
td.TdClassName
{
border-color: #3B3FAC;
}
.TagClassName
{
border-color: #3B3FAC;
}
</style>