Shades of Governor Bay #3D459A
Tints of Governor Bay #3D459A
RGB
CMYK
RGB Variations
Color information
#3D459A (or 0x3D459A) is known color: Governor Bay. HEX triplet: 3D, 45 and 9A. RGB value is (61,69,154). Sum of RGB (Red+Green+Blue) = 61+69+154=284 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.48% from 284); Green value is 69 (27.34% from 255 or 24.30% from 284); Blue value is 154 (60.55% from 255 or 54.23% from 284); Max value from RGB is 154 - color contains mainly: blue. Hex color #3D459A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D459A is #C2BA65. Grayscale: #4B4B4B. Windows color (decimal): -12761702 or 10110269. OLE color: 10110269.
HSL color Cylindrical-coordinate representation of color #3D459A: hue angle of 234.84º degrees, saturation: 0.43, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3D459A is Cyan = 0.60, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 61 | 69 | 154 | - |
| CMYK | 0.60 | 0.55 | 0 | 0.40 |
| HSL | 234.84º | 0.43% | 0.42% | - |
| HSV(B) | 234.84º | 0.6% | 0.6% | - |
| XYZ | 9.89 | 7.58 | 31.51 | - |
| YUV | 76.3 | 171.85 | 117.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 69 | 154 | 0.60 | 0.55 | 0 | 0.40 | 234.84 | 0.43 | 0.42 |
| Hex | 3D | 45 | 9A | 3C | 37 | 0 | 28 | EB | 2B | 2A |
| Octal | 75 | 105 | 232 | 74 | 67 | 0 | 50 | 353 | 53 | 52 |
| Binary | 111101 | 1000101 | 10011010 | 111100 | 110111 | 0 | 101000 | 11101011 | 101011 | 101010 |
Color Harmonies of #3D459A
Complementary color
Monochromatic Colors of #3D459A
Black with #3D459A
Text Example
Text Example
White with #3D459A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D459A; }
p { color: rgb(61,69,154); }
H1.HeaderClassName
{
color: #3D459A;
}
.AnyTagClassName
{
color: #3D459A;
}
</style>
background-color css
<style>
a { background-color: #3D459A; }
a { background-color: rgb(61,69,154); }
div.DivClassName
{
background-color: #3D459A;
}
.BgClassName
{
background-color: #3D459A;
}
</style>
border-color css
<style>
span { border-color: #3D459A; }
span { border-color: rgb(61,69,154); }
td.TdClassName
{
border-color: #3D459A;
}
.TagClassName
{
border-color: #3D459A;
}
</style>