Shades of Governor Bay #434A9F
Tints of Governor Bay #434A9F
RGB
CMYK
RGB Variations
Color information
#434A9F (or 0x434A9F) is known color: Governor Bay. HEX triplet: 43, 4A and 9F. RGB value is (67,74,159). Sum of RGB (Red+Green+Blue) = 67+74+159=300 (39% of max value = 765). Red value is 67 (26.56% from 255 or 22.33% from 300); Green value is 74 (29.30% from 255 or 24.67% from 300); Blue value is 159 (62.5% from 255 or 53% from 300); Max value from RGB is 159 - color contains mainly: blue. Hex color #434A9F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #434A9F is #BCB560. Grayscale: #515151. Windows color (decimal): -12367201 or 10439235. OLE color: 10439235.
HSL color Cylindrical-coordinate representation of color #434A9F: hue angle of 235.43º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #434A9F is Cyan = 0.58, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 67 | 74 | 159 | - |
| CMYK | 0.58 | 0.53 | 0 | 0.38 |
| HSL | 235.43º | 0.41% | 0.44% | - |
| HSV(B) | 235.43º | 0.58% | 0.62% | - |
| XYZ | 11.02 | 8.59 | 33.88 | - |
| YUV | 81.6 | 171.68 | 117.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 74 | 159 | 0.58 | 0.53 | 0 | 0.38 | 235.43 | 0.41 | 0.44 |
| Hex | 43 | 4A | 9F | 3A | 35 | 0 | 26 | EB | 29 | 2C |
| Octal | 103 | 112 | 237 | 72 | 65 | 0 | 46 | 353 | 51 | 54 |
| Binary | 1000011 | 1001010 | 10011111 | 111010 | 110101 | 0 | 100110 | 11101011 | 101001 | 101100 |
Color Harmonies of #434A9F
Complementary color
Monochromatic Colors of #434A9F
Black with #434A9F
Text Example
Text Example
White with #434A9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434A9F; }
p { color: rgb(67,74,159); }
H1.HeaderClassName
{
color: #434A9F;
}
.AnyTagClassName
{
color: #434A9F;
}
</style>
background-color css
<style>
a { background-color: #434A9F; }
a { background-color: rgb(67,74,159); }
div.DivClassName
{
background-color: #434A9F;
}
.BgClassName
{
background-color: #434A9F;
}
</style>
border-color css
<style>
span { border-color: #434A9F; }
span { border-color: rgb(67,74,159); }
td.TdClassName
{
border-color: #434A9F;
}
.TagClassName
{
border-color: #434A9F;
}
</style>