Shades of Governor Bay #3C439D
Tints of Governor Bay #3C439D
RGB
CMYK
RGB Variations
Color information
#3C439D (or 0x3C439D) is known color: Governor Bay. HEX triplet: 3C, 43 and 9D. RGB value is (60,67,157). Sum of RGB (Red+Green+Blue) = 60+67+157=284 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.13% from 284); Green value is 67 (26.56% from 255 or 23.59% from 284); Blue value is 157 (61.72% from 255 or 55.28% from 284); Max value from RGB is 157 - color contains mainly: blue. Hex color #3C439D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C439D is #C3BC62. Grayscale: #4A4A4A. Windows color (decimal): -12827747 or 10306364. OLE color: 10306364.
HSL color Cylindrical-coordinate representation of color #3C439D: hue angle of 235.67º 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 #3C439D is Cyan = 0.62, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 60 | 67 | 157 | - |
| CMYK | 0.62 | 0.57 | 0 | 0.38 |
| HSL | 235.67º | 0.45% | 0.43% | - |
| HSV(B) | 235.67º | 0.62% | 0.62% | - |
| XYZ | 9.96 | 7.41 | 32.8 | - |
| YUV | 75.17 | 174.18 | 117.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 67 | 157 | 0.62 | 0.57 | 0 | 0.38 | 235.67 | 0.45 | 0.43 |
| Hex | 3C | 43 | 9D | 3E | 39 | 0 | 26 | EC | 2D | 2B |
| Octal | 74 | 103 | 235 | 76 | 71 | 0 | 46 | 354 | 55 | 53 |
| Binary | 111100 | 1000011 | 10011101 | 111110 | 111001 | 0 | 100110 | 11101100 | 101101 | 101011 |
Color Harmonies of #3C439D
Complementary color
Monochromatic Colors of #3C439D
Black with #3C439D
Text Example
Text Example
White with #3C439D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C439D; }
p { color: rgb(60,67,157); }
H1.HeaderClassName
{
color: #3C439D;
}
.AnyTagClassName
{
color: #3C439D;
}
</style>
background-color css
<style>
a { background-color: #3C439D; }
a { background-color: rgb(60,67,157); }
div.DivClassName
{
background-color: #3C439D;
}
.BgClassName
{
background-color: #3C439D;
}
</style>
border-color css
<style>
span { border-color: #3C439D; }
span { border-color: rgb(60,67,157); }
td.TdClassName
{
border-color: #3C439D;
}
.TagClassName
{
border-color: #3C439D;
}
</style>