Shades of Governor Bay #3C449B
Tints of Governor Bay #3C449B
RGB
CMYK
RGB Variations
Color information
#3C449B (or 0x3C449B) is known color: Governor Bay. HEX triplet: 3C, 44 and 9B. RGB value is (60,68,155). Sum of RGB (Red+Green+Blue) = 60+68+155=283 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.20% from 283); Green value is 68 (26.95% from 255 or 24.03% from 283); Blue value is 155 (60.94% from 255 or 54.77% from 283); Max value from RGB is 155 - color contains mainly: blue. Hex color #3C449B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C449B is #C3BB64. Grayscale: #4B4B4B. Windows color (decimal): -12827493 or 10175548. OLE color: 10175548.
HSL color Cylindrical-coordinate representation of color #3C449B: hue angle of 234.95º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3C449B is Cyan = 0.61, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 60 | 68 | 155 | - |
| CMYK | 0.61 | 0.56 | 0 | 0.39 |
| HSL | 234.95º | 0.44% | 0.42% | - |
| HSV(B) | 234.95º | 0.61% | 0.61% | - |
| XYZ | 9.85 | 7.46 | 31.93 | - |
| YUV | 75.53 | 172.85 | 116.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 68 | 155 | 0.61 | 0.56 | 0 | 0.39 | 234.95 | 0.44 | 0.42 |
| Hex | 3C | 44 | 9B | 3D | 38 | 0 | 27 | EB | 2C | 2A |
| Octal | 74 | 104 | 233 | 75 | 70 | 0 | 47 | 353 | 54 | 52 |
| Binary | 111100 | 1000100 | 10011011 | 111101 | 111000 | 0 | 100111 | 11101011 | 101100 | 101010 |
Color Harmonies of #3C449B
Complementary color
Monochromatic Colors of #3C449B
Black with #3C449B
Text Example
Text Example
White with #3C449B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C449B; }
p { color: rgb(60,68,155); }
H1.HeaderClassName
{
color: #3C449B;
}
.AnyTagClassName
{
color: #3C449B;
}
</style>
background-color css
<style>
a { background-color: #3C449B; }
a { background-color: rgb(60,68,155); }
div.DivClassName
{
background-color: #3C449B;
}
.BgClassName
{
background-color: #3C449B;
}
</style>
border-color css
<style>
span { border-color: #3C449B; }
span { border-color: rgb(60,68,155); }
td.TdClassName
{
border-color: #3C449B;
}
.TagClassName
{
border-color: #3C449B;
}
</style>