Shades of Governor Bay #3B4EA4
Tints of Governor Bay #3B4EA4
RGB
CMYK
RGB Variations
Color information
#3B4EA4 (or 0x3B4EA4) is known color: Governor Bay. HEX triplet: 3B, 4E and A4. RGB value is (59,78,164). Sum of RGB (Red+Green+Blue) = 59+78+164=301 (39% of max value = 765). Red value is 59 (23.44% from 255 or 19.60% from 301); Green value is 78 (30.86% from 255 or 25.91% from 301); Blue value is 164 (64.45% from 255 or 54.49% from 301); Max value from RGB is 164 - color contains mainly: blue. Hex color #3B4EA4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B4EA4 is #C4B15B. Grayscale: #515151. Windows color (decimal): -12890460 or 10767931. OLE color: 10767931.
HSL color Cylindrical-coordinate representation of color #3B4EA4: hue angle of 229.14º degrees, saturation: 0.47, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3B4EA4 is Cyan = 0.64, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 59 | 78 | 164 | - |
| CMYK | 0.64 | 0.52 | 0 | 0.36 |
| HSL | 229.14º | 0.47% | 0.44% | - |
| HSV(B) | 229.14º | 0.64% | 0.64% | - |
| XYZ | 11.23 | 9.06 | 36.28 | - |
| YUV | 82.12 | 174.21 | 111.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 78 | 164 | 0.64 | 0.52 | 0 | 0.36 | 229.14 | 0.47 | 0.44 |
| Hex | 3B | 4E | A4 | 40 | 34 | 0 | 24 | E5 | 2F | 2C |
| Octal | 73 | 116 | 244 | 100 | 64 | 0 | 44 | 345 | 57 | 54 |
| Binary | 111011 | 1001110 | 10100100 | 1000000 | 110100 | 0 | 100100 | 11100101 | 101111 | 101100 |
Color Harmonies of #3B4EA4
Complementary color
Monochromatic Colors of #3B4EA4
Black with #3B4EA4
Text Example
Text Example
White with #3B4EA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B4EA4; }
p { color: rgb(59,78,164); }
H1.HeaderClassName
{
color: #3B4EA4;
}
.AnyTagClassName
{
color: #3B4EA4;
}
</style>
background-color css
<style>
a { background-color: #3B4EA4; }
a { background-color: rgb(59,78,164); }
div.DivClassName
{
background-color: #3B4EA4;
}
.BgClassName
{
background-color: #3B4EA4;
}
</style>
border-color css
<style>
span { border-color: #3B4EA4; }
span { border-color: rgb(59,78,164); }
td.TdClassName
{
border-color: #3B4EA4;
}
.TagClassName
{
border-color: #3B4EA4;
}
</style>