Shades of Governor Bay #3D459B
Tints of Governor Bay #3D459B
RGB
CMYK
RGB Variations
Color information
#3D459B (or 0x3D459B) is known color: Governor Bay. HEX triplet: 3D, 45 and 9B. RGB value is (61,69,155). Sum of RGB (Red+Green+Blue) = 61+69+155=285 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.40% from 285); Green value is 69 (27.34% from 255 or 24.21% from 285); Blue value is 155 (60.94% from 255 or 54.39% from 285); Max value from RGB is 155 - color contains mainly: blue. Hex color #3D459B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D459B is #C2BA64. Grayscale: #4C4C4C. Windows color (decimal): -12761701 or 10175805. OLE color: 10175805.
HSL color Cylindrical-coordinate representation of color #3D459B: hue angle of 234.89º 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 #3D459B is Cyan = 0.61, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 61 | 69 | 155 | - |
| CMYK | 0.61 | 0.55 | 0 | 0.39 |
| HSL | 234.89º | 0.44% | 0.42% | - |
| HSV(B) | 234.89º | 0.61% | 0.61% | - |
| XYZ | 9.97 | 7.61 | 31.95 | - |
| YUV | 76.41 | 172.35 | 117.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 69 | 155 | 0.61 | 0.55 | 0 | 0.39 | 234.89 | 0.44 | 0.42 |
| Hex | 3D | 45 | 9B | 3D | 37 | 0 | 27 | EB | 2C | 2A |
| Octal | 75 | 105 | 233 | 75 | 67 | 0 | 47 | 353 | 54 | 52 |
| Binary | 111101 | 1000101 | 10011011 | 111101 | 110111 | 0 | 100111 | 11101011 | 101100 | 101010 |
Color Harmonies of #3D459B
Complementary color
Monochromatic Colors of #3D459B
Black with #3D459B
Text Example
Text Example
White with #3D459B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D459B; }
p { color: rgb(61,69,155); }
H1.HeaderClassName
{
color: #3D459B;
}
.AnyTagClassName
{
color: #3D459B;
}
</style>
background-color css
<style>
a { background-color: #3D459B; }
a { background-color: rgb(61,69,155); }
div.DivClassName
{
background-color: #3D459B;
}
.BgClassName
{
background-color: #3D459B;
}
</style>
border-color css
<style>
span { border-color: #3D459B; }
span { border-color: rgb(61,69,155); }
td.TdClassName
{
border-color: #3D459B;
}
.TagClassName
{
border-color: #3D459B;
}
</style>