Shades of Governor Bay #3F42AD
Tints of Governor Bay #3F42AD
RGB
CMYK
RGB Variations
Color information
#3F42AD (or 0x3F42AD) is known color: Governor Bay. HEX triplet: 3F, 42 and AD. RGB value is (63,66,173). Sum of RGB (Red+Green+Blue) = 63+66+173=302 (40% of max value = 765). Red value is 63 (25% from 255 or 20.86% from 302); Green value is 66 (26.17% from 255 or 21.85% from 302); Blue value is 173 (67.97% from 255 or 57.28% from 302); Max value from RGB is 173 - color contains mainly: blue. Hex color #3F42AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F42AD is #C0BD52. Grayscale: #4C4C4C. Windows color (decimal): -12631379 or 11354687. OLE color: 11354687.
HSL color Cylindrical-coordinate representation of color #3F42AD: hue angle of 238.36º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3F42AD is Cyan = 0.64, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 63 | 66 | 173 | - |
| CMYK | 0.64 | 0.62 | 0 | 0.32 |
| HSL | 238.36º | 0.47% | 0.46% | - |
| HSV(B) | 238.36º | 0.64% | 0.68% | - |
| XYZ | 11.54 | 7.97 | 40.47 | - |
| YUV | 77.3 | 182.01 | 117.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 66 | 173 | 0.64 | 0.62 | 0 | 0.32 | 238.36 | 0.47 | 0.46 |
| Hex | 3F | 42 | AD | 40 | 3E | 0 | 20 | EE | 2F | 2E |
| Octal | 77 | 102 | 255 | 100 | 76 | 0 | 40 | 356 | 57 | 56 |
| Binary | 111111 | 1000010 | 10101101 | 1000000 | 111110 | 0 | 100000 | 11101110 | 101111 | 101110 |
Color Harmonies of #3F42AD
Complementary color
Monochromatic Colors of #3F42AD
Black with #3F42AD
Text Example
Text Example
White with #3F42AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F42AD; }
p { color: rgb(63,66,173); }
H1.HeaderClassName
{
color: #3F42AD;
}
.AnyTagClassName
{
color: #3F42AD;
}
</style>
background-color css
<style>
a { background-color: #3F42AD; }
a { background-color: rgb(63,66,173); }
div.DivClassName
{
background-color: #3F42AD;
}
.BgClassName
{
background-color: #3F42AD;
}
</style>
border-color css
<style>
span { border-color: #3F42AD; }
span { border-color: rgb(63,66,173); }
td.TdClassName
{
border-color: #3F42AD;
}
.TagClassName
{
border-color: #3F42AD;
}
</style>