Shades of Governor Bay #3D42A0
Tints of Governor Bay #3D42A0
RGB
CMYK
RGB Variations
Color information
#3D42A0 (or 0x3D42A0) is known color: Governor Bay. HEX triplet: 3D, 42 and A0. RGB value is (61,66,160). Sum of RGB (Red+Green+Blue) = 61+66+160=287 (38% of max value = 765). Red value is 61 (24.22% from 255 or 21.25% from 287); Green value is 66 (26.17% from 255 or 23.00% from 287); Blue value is 160 (62.89% from 255 or 55.75% from 287); Max value from RGB is 160 - color contains mainly: blue. Hex color #3D42A0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D42A0 is #C2BD5F. Grayscale: #4A4A4A. Windows color (decimal): -12762464 or 10502717. OLE color: 10502717.
HSL color Cylindrical-coordinate representation of color #3D42A0: hue angle of 236.97º degrees, saturation: 0.45, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3D42A0 is Cyan = 0.62, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 61 | 66 | 160 | - |
| CMYK | 0.62 | 0.59 | 0 | 0.37 |
| HSL | 236.97º | 0.45% | 0.43% | - |
| HSV(B) | 236.97º | 0.62% | 0.63% | - |
| XYZ | 10.22 | 7.43 | 34.15 | - |
| YUV | 75.22 | 175.84 | 117.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 66 | 160 | 0.62 | 0.59 | 0 | 0.37 | 236.97 | 0.45 | 0.43 |
| Hex | 3D | 42 | A0 | 3E | 3B | 0 | 25 | ED | 2D | 2B |
| Octal | 75 | 102 | 240 | 76 | 73 | 0 | 45 | 355 | 55 | 53 |
| Binary | 111101 | 1000010 | 10100000 | 111110 | 111011 | 0 | 100101 | 11101101 | 101101 | 101011 |
Color Harmonies of #3D42A0
Complementary color
Monochromatic Colors of #3D42A0
Black with #3D42A0
Text Example
Text Example
White with #3D42A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D42A0; }
p { color: rgb(61,66,160); }
H1.HeaderClassName
{
color: #3D42A0;
}
.AnyTagClassName
{
color: #3D42A0;
}
</style>
background-color css
<style>
a { background-color: #3D42A0; }
a { background-color: rgb(61,66,160); }
div.DivClassName
{
background-color: #3D42A0;
}
.BgClassName
{
background-color: #3D42A0;
}
</style>
border-color css
<style>
span { border-color: #3D42A0; }
span { border-color: rgb(61,66,160); }
td.TdClassName
{
border-color: #3D42A0;
}
.TagClassName
{
border-color: #3D42A0;
}
</style>