Shades of Governor Bay #434C9D
Tints of Governor Bay #434C9D
RGB
CMYK
RGB Variations
Color information
#434C9D (or 0x434C9D) is known color: Governor Bay. HEX triplet: 43, 4C and 9D. RGB value is (67,76,157). Sum of RGB (Red+Green+Blue) = 67+76+157=300 (39% of max value = 765). Red value is 67 (26.56% from 255 or 22.33% from 300); Green value is 76 (30.08% from 255 or 25.33% from 300); Blue value is 157 (61.72% from 255 or 52.33% from 300); Max value from RGB is 157 - color contains mainly: blue. Hex color #434C9D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #434C9D is #BCB362. Grayscale: #525252. Windows color (decimal): -12366691 or 10308675. OLE color: 10308675.
HSL color Cylindrical-coordinate representation of color #434C9D: hue angle of 234º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #434C9D is Cyan = 0.57, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 67 | 76 | 157 | - |
| CMYK | 0.57 | 0.52 | 0 | 0.38 |
| HSL | 234º | 0.4% | 0.44% | - |
| HSV(B) | 234º | 0.57% | 0.62% | - |
| XYZ | 10.98 | 8.8 | 33.02 | - |
| YUV | 82.54 | 170.02 | 116.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 76 | 157 | 0.57 | 0.52 | 0 | 0.38 | 234 | 0.4 | 0.44 |
| Hex | 43 | 4C | 9D | 39 | 34 | 0 | 26 | EA | 28 | 2C |
| Octal | 103 | 114 | 235 | 71 | 64 | 0 | 46 | 352 | 50 | 54 |
| Binary | 1000011 | 1001100 | 10011101 | 111001 | 110100 | 0 | 100110 | 11101010 | 101000 | 101100 |
Color Harmonies of #434C9D
Complementary color
Monochromatic Colors of #434C9D
Black with #434C9D
Text Example
Text Example
White with #434C9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434C9D; }
p { color: rgb(67,76,157); }
H1.HeaderClassName
{
color: #434C9D;
}
.AnyTagClassName
{
color: #434C9D;
}
</style>
background-color css
<style>
a { background-color: #434C9D; }
a { background-color: rgb(67,76,157); }
div.DivClassName
{
background-color: #434C9D;
}
.BgClassName
{
background-color: #434C9D;
}
</style>
border-color css
<style>
span { border-color: #434C9D; }
span { border-color: rgb(67,76,157); }
td.TdClassName
{
border-color: #434C9D;
}
.TagClassName
{
border-color: #434C9D;
}
</style>