Shades of Governor Bay #3841A7
Tints of Governor Bay #3841A7
RGB
CMYK
RGB Variations
Color information
#3841A7 (or 0x3841A7) is known color: Governor Bay. HEX triplet: 38, 41 and A7. RGB value is (56,65,167). Sum of RGB (Red+Green+Blue) = 56+65+167=288 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.44% from 288); Green value is 65 (25.78% from 255 or 22.57% from 288); Blue value is 167 (65.62% from 255 or 57.99% from 288); Max value from RGB is 167 - color contains mainly: blue. Hex color #3841A7 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3841A7 is #C7BE58. Grayscale: #494949. Windows color (decimal): -13090393 or 10961208. OLE color: 10961208.
HSL color Cylindrical-coordinate representation of color #3841A7: hue angle of 235.14º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3841A7 is Cyan = 0.66, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 56 | 65 | 167 | - |
| CMYK | 0.66 | 0.61 | 0 | 0.35 |
| HSL | 235.14º | 0.5% | 0.44% | - |
| HSV(B) | 235.14º | 0.66% | 0.65% | - |
| XYZ | 10.5 | 7.41 | 37.44 | - |
| YUV | 73.94 | 180.52 | 115.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 65 | 167 | 0.66 | 0.61 | 0 | 0.35 | 235.14 | 0.5 | 0.44 |
| Hex | 38 | 41 | A7 | 42 | 3D | 0 | 23 | EB | 32 | 2C |
| Octal | 70 | 101 | 247 | 102 | 75 | 0 | 43 | 353 | 62 | 54 |
| Binary | 111000 | 1000001 | 10100111 | 1000010 | 111101 | 0 | 100011 | 11101011 | 110010 | 101100 |
Color Harmonies of #3841A7
Complementary color
Monochromatic Colors of #3841A7
Black with #3841A7
Text Example
Text Example
White with #3841A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3841A7; }
p { color: rgb(56,65,167); }
H1.HeaderClassName
{
color: #3841A7;
}
.AnyTagClassName
{
color: #3841A7;
}
</style>
background-color css
<style>
a { background-color: #3841A7; }
a { background-color: rgb(56,65,167); }
div.DivClassName
{
background-color: #3841A7;
}
.BgClassName
{
background-color: #3841A7;
}
</style>
border-color css
<style>
span { border-color: #3841A7; }
span { border-color: rgb(56,65,167); }
td.TdClassName
{
border-color: #3841A7;
}
.TagClassName
{
border-color: #3841A7;
}
</style>