Shades of Governor Bay #3C449C
Tints of Governor Bay #3C449C
RGB
CMYK
RGB Variations
Color information
#3C449C (or 0x3C449C) is known color: Governor Bay. HEX triplet: 3C, 44 and 9C. RGB value is (60,68,156). Sum of RGB (Red+Green+Blue) = 60+68+156=284 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.13% from 284); Green value is 68 (26.95% from 255 or 23.94% from 284); Blue value is 156 (61.33% from 255 or 54.93% from 284); Max value from RGB is 156 - color contains mainly: blue. Hex color #3C449C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C449C is #C3BB63. Grayscale: #4B4B4B. Windows color (decimal): -12827492 or 10241084. OLE color: 10241084.
HSL color Cylindrical-coordinate representation of color #3C449C: hue angle of 235º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3C449C is Cyan = 0.62, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 60 | 68 | 156 | - |
| CMYK | 0.62 | 0.56 | 0 | 0.39 |
| HSL | 235º | 0.44% | 0.42% | - |
| HSV(B) | 235º | 0.62% | 0.61% | - |
| XYZ | 9.93 | 7.5 | 32.38 | - |
| YUV | 75.64 | 173.35 | 116.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 68 | 156 | 0.62 | 0.56 | 0 | 0.39 | 235 | 0.44 | 0.42 |
| Hex | 3C | 44 | 9C | 3E | 38 | 0 | 27 | EB | 2C | 2A |
| Octal | 74 | 104 | 234 | 76 | 70 | 0 | 47 | 353 | 54 | 52 |
| Binary | 111100 | 1000100 | 10011100 | 111110 | 111000 | 0 | 100111 | 11101011 | 101100 | 101010 |
Color Harmonies of #3C449C
Complementary color
Monochromatic Colors of #3C449C
Black with #3C449C
Text Example
Text Example
White with #3C449C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C449C; }
p { color: rgb(60,68,156); }
H1.HeaderClassName
{
color: #3C449C;
}
.AnyTagClassName
{
color: #3C449C;
}
</style>
background-color css
<style>
a { background-color: #3C449C; }
a { background-color: rgb(60,68,156); }
div.DivClassName
{
background-color: #3C449C;
}
.BgClassName
{
background-color: #3C449C;
}
</style>
border-color css
<style>
span { border-color: #3C449C; }
span { border-color: rgb(60,68,156); }
td.TdClassName
{
border-color: #3C449C;
}
.TagClassName
{
border-color: #3C449C;
}
</style>