Shades of Governor Bay #3940AA
Tints of Governor Bay #3940AA
RGB
CMYK
RGB Variations
Color information
#3940AA (or 0x3940AA) is known color: Governor Bay. HEX triplet: 39, 40 and AA. RGB value is (57,64,170). Sum of RGB (Red+Green+Blue) = 57+64+170=291 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.59% from 291); Green value is 64 (25.39% from 255 or 21.99% from 291); Blue value is 170 (66.80% from 255 or 58.42% from 291); Max value from RGB is 170 - color contains mainly: blue. Hex color #3940AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3940AA is #C6BF55. Grayscale: #494949. Windows color (decimal): -13025110 or 11157561. OLE color: 11157561.
HSL color Cylindrical-coordinate representation of color #3940AA: hue angle of 236.28º degrees, saturation: 0.5, 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 #3940AA is Cyan = 0.66, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 57 | 64 | 170 | - |
| CMYK | 0.66 | 0.62 | 0 | 0.33 |
| HSL | 236.28º | 0.5% | 0.45% | - |
| HSV(B) | 236.28º | 0.66% | 0.67% | - |
| XYZ | 10.78 | 7.44 | 38.9 | - |
| YUV | 73.99 | 182.18 | 115.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 64 | 170 | 0.66 | 0.62 | 0 | 0.33 | 236.28 | 0.5 | 0.45 |
| Hex | 39 | 40 | AA | 42 | 3E | 0 | 21 | EC | 32 | 2D |
| Octal | 71 | 100 | 252 | 102 | 76 | 0 | 41 | 354 | 62 | 55 |
| Binary | 111001 | 1000000 | 10101010 | 1000010 | 111110 | 0 | 100001 | 11101100 | 110010 | 101101 |
Color Harmonies of #3940AA
Complementary color
Monochromatic Colors of #3940AA
Black with #3940AA
Text Example
Text Example
White with #3940AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3940AA; }
p { color: rgb(57,64,170); }
H1.HeaderClassName
{
color: #3940AA;
}
.AnyTagClassName
{
color: #3940AA;
}
</style>
background-color css
<style>
a { background-color: #3940AA; }
a { background-color: rgb(57,64,170); }
div.DivClassName
{
background-color: #3940AA;
}
.BgClassName
{
background-color: #3940AA;
}
</style>
border-color css
<style>
span { border-color: #3940AA; }
span { border-color: rgb(57,64,170); }
td.TdClassName
{
border-color: #3940AA;
}
.TagClassName
{
border-color: #3940AA;
}
</style>