Shades of Governor Bay #3D4FA4
Tints of Governor Bay #3D4FA4
RGB
CMYK
RGB Variations
Color information
#3D4FA4 (or 0x3D4FA4) is known color: Governor Bay. HEX triplet: 3D, 4F and A4. RGB value is (61,79,164). Sum of RGB (Red+Green+Blue) = 61+79+164=304 (40% of max value = 765). Red value is 61 (24.22% from 255 or 20.07% from 304); Green value is 79 (31.25% from 255 or 25.99% from 304); Blue value is 164 (64.45% from 255 or 53.95% from 304); Max value from RGB is 164 - color contains mainly: blue. Hex color #3D4FA4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D4FA4 is #C2B05B. Grayscale: #525252. Windows color (decimal): -12759132 or 10768189. OLE color: 10768189.
HSL color Cylindrical-coordinate representation of color #3D4FA4: hue angle of 229.51º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3D4FA4 is Cyan = 0.63, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 61 | 79 | 164 | - |
| CMYK | 0.63 | 0.52 | 0 | 0.36 |
| HSL | 229.51º | 0.46% | 0.44% | - |
| HSV(B) | 229.51º | 0.63% | 0.64% | - |
| XYZ | 11.42 | 9.26 | 36.31 | - |
| YUV | 83.31 | 173.54 | 112.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 79 | 164 | 0.63 | 0.52 | 0 | 0.36 | 229.51 | 0.46 | 0.44 |
| Hex | 3D | 4F | A4 | 3F | 34 | 0 | 24 | E6 | 2E | 2C |
| Octal | 75 | 117 | 244 | 77 | 64 | 0 | 44 | 346 | 56 | 54 |
| Binary | 111101 | 1001111 | 10100100 | 111111 | 110100 | 0 | 100100 | 11100110 | 101110 | 101100 |
Color Harmonies of #3D4FA4
Complementary color
Monochromatic Colors of #3D4FA4
Black with #3D4FA4
Text Example
Text Example
White with #3D4FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D4FA4; }
p { color: rgb(61,79,164); }
H1.HeaderClassName
{
color: #3D4FA4;
}
.AnyTagClassName
{
color: #3D4FA4;
}
</style>
background-color css
<style>
a { background-color: #3D4FA4; }
a { background-color: rgb(61,79,164); }
div.DivClassName
{
background-color: #3D4FA4;
}
.BgClassName
{
background-color: #3D4FA4;
}
</style>
border-color css
<style>
span { border-color: #3D4FA4; }
span { border-color: rgb(61,79,164); }
td.TdClassName
{
border-color: #3D4FA4;
}
.TagClassName
{
border-color: #3D4FA4;
}
</style>