Shades of Governor Bay #3C459D
Tints of Governor Bay #3C459D
RGB
CMYK
RGB Variations
Color information
#3C459D (or 0x3C459D) is known color: Governor Bay. HEX triplet: 3C, 45 and 9D. RGB value is (60,69,157). Sum of RGB (Red+Green+Blue) = 60+69+157=286 (37% of max value = 765). Red value is 60 (23.83% from 255 or 20.98% from 286); Green value is 69 (27.34% from 255 or 24.13% from 286); Blue value is 157 (61.72% from 255 or 54.90% from 286); Max value from RGB is 157 - color contains mainly: blue. Hex color #3C459D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C459D is #C3BA62. Grayscale: #4B4B4B. Windows color (decimal): -12827235 or 10306876. OLE color: 10306876.
HSL color Cylindrical-coordinate representation of color #3C459D: hue angle of 234.43º degrees, saturation: 0.45, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3C459D is Cyan = 0.62, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 60 | 69 | 157 | - |
| CMYK | 0.62 | 0.56 | 0 | 0.38 |
| HSL | 234.43º | 0.45% | 0.43% | - |
| HSV(B) | 234.43º | 0.62% | 0.62% | - |
| XYZ | 10.08 | 7.65 | 32.84 | - |
| YUV | 76.34 | 173.52 | 116.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 69 | 157 | 0.62 | 0.56 | 0 | 0.38 | 234.43 | 0.45 | 0.43 |
| Hex | 3C | 45 | 9D | 3E | 38 | 0 | 26 | EA | 2D | 2B |
| Octal | 74 | 105 | 235 | 76 | 70 | 0 | 46 | 352 | 55 | 53 |
| Binary | 111100 | 1000101 | 10011101 | 111110 | 111000 | 0 | 100110 | 11101010 | 101101 | 101011 |
Color Harmonies of #3C459D
Complementary color
Monochromatic Colors of #3C459D
Black with #3C459D
Text Example
Text Example
White with #3C459D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C459D; }
p { color: rgb(60,69,157); }
H1.HeaderClassName
{
color: #3C459D;
}
.AnyTagClassName
{
color: #3C459D;
}
</style>
background-color css
<style>
a { background-color: #3C459D; }
a { background-color: rgb(60,69,157); }
div.DivClassName
{
background-color: #3C459D;
}
.BgClassName
{
background-color: #3C459D;
}
</style>
border-color css
<style>
span { border-color: #3C459D; }
span { border-color: rgb(60,69,157); }
td.TdClassName
{
border-color: #3C459D;
}
.TagClassName
{
border-color: #3C459D;
}
</style>