Shades of Governor Bay #393FA7
Tints of Governor Bay #393FA7
RGB
CMYK
RGB Variations
Color information
#393FA7 (or 0x393FA7) is known color: Governor Bay. HEX triplet: 39, 3F and A7. RGB value is (57,63,167). Sum of RGB (Red+Green+Blue) = 57+63+167=287 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.86% from 287); Green value is 63 (25% from 255 or 21.95% from 287); Blue value is 167 (65.62% from 255 or 58.19% from 287); Max value from RGB is 167 - color contains mainly: blue. Hex color #393FA7 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #393FA7 is #C6C058. Grayscale: #484848. Windows color (decimal): -13025369 or 10960697. OLE color: 10960697.
HSL color Cylindrical-coordinate representation of color #393FA7: hue angle of 236.73º degrees, saturation: 0.49, 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 #393FA7 is Cyan = 0.66, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 57 | 63 | 167 | - |
| CMYK | 0.66 | 0.62 | 0 | 0.35 |
| HSL | 236.73º | 0.49% | 0.44% | - |
| HSV(B) | 236.73º | 0.66% | 0.65% | - |
| XYZ | 10.44 | 7.21 | 37.4 | - |
| YUV | 73.06 | 181.01 | 116.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 63 | 167 | 0.66 | 0.62 | 0 | 0.35 | 236.73 | 0.49 | 0.44 |
| Hex | 39 | 3F | A7 | 42 | 3E | 0 | 23 | ED | 31 | 2C |
| Octal | 71 | 77 | 247 | 102 | 76 | 0 | 43 | 355 | 61 | 54 |
| Binary | 111001 | 111111 | 10100111 | 1000010 | 111110 | 0 | 100011 | 11101101 | 110001 | 101100 |
Color Harmonies of #393FA7
Complementary color
Monochromatic Colors of #393FA7
Black with #393FA7
Text Example
Text Example
White with #393FA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393FA7; }
p { color: rgb(57,63,167); }
H1.HeaderClassName
{
color: #393FA7;
}
.AnyTagClassName
{
color: #393FA7;
}
</style>
background-color css
<style>
a { background-color: #393FA7; }
a { background-color: rgb(57,63,167); }
div.DivClassName
{
background-color: #393FA7;
}
.BgClassName
{
background-color: #393FA7;
}
</style>
border-color css
<style>
span { border-color: #393FA7; }
span { border-color: rgb(57,63,167); }
td.TdClassName
{
border-color: #393FA7;
}
.TagClassName
{
border-color: #393FA7;
}
</style>