Shades of Governor Bay #41539C
Tints of Governor Bay #41539C
RGB
CMYK
RGB Variations
Color information
#41539C (or 0x41539C) is known color: Governor Bay. HEX triplet: 41, 53 and 9C. RGB value is (65,83,156). Sum of RGB (Red+Green+Blue) = 65+83+156=304 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.38% from 304); Green value is 83 (32.81% from 255 or 27.30% from 304); Blue value is 156 (61.33% from 255 or 51.32% from 304); Max value from RGB is 156 - color contains mainly: blue. Hex color #41539C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #41539C is #BEAC63. Grayscale: #555555. Windows color (decimal): -12495972 or 10244929. OLE color: 10244929.
HSL color Cylindrical-coordinate representation of color #41539C: hue angle of 228.13º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #41539C is Cyan = 0.58, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 65 | 83 | 156 | - |
| CMYK | 0.58 | 0.47 | 0 | 0.39 |
| HSL | 228.13º | 0.41% | 0.43% | - |
| HSV(B) | 228.13º | 0.58% | 0.61% | - |
| XYZ | 11.27 | 9.71 | 32.73 | - |
| YUV | 85.94 | 167.54 | 113.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 83 | 156 | 0.58 | 0.47 | 0 | 0.39 | 228.13 | 0.41 | 0.43 |
| Hex | 41 | 53 | 9C | 3A | 2F | 0 | 27 | E4 | 29 | 2B |
| Octal | 101 | 123 | 234 | 72 | 57 | 0 | 47 | 344 | 51 | 53 |
| Binary | 1000001 | 1010011 | 10011100 | 111010 | 101111 | 0 | 100111 | 11100100 | 101001 | 101011 |
Color Harmonies of #41539C
Complementary color
Monochromatic Colors of #41539C
Black with #41539C
Text Example
Text Example
White with #41539C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41539C; }
p { color: rgb(65,83,156); }
H1.HeaderClassName
{
color: #41539C;
}
.AnyTagClassName
{
color: #41539C;
}
</style>
background-color css
<style>
a { background-color: #41539C; }
a { background-color: rgb(65,83,156); }
div.DivClassName
{
background-color: #41539C;
}
.BgClassName
{
background-color: #41539C;
}
</style>
border-color css
<style>
span { border-color: #41539C; }
span { border-color: rgb(65,83,156); }
td.TdClassName
{
border-color: #41539C;
}
.TagClassName
{
border-color: #41539C;
}
</style>