Shades of Governor Bay #434DA4
Tints of Governor Bay #434DA4
RGB
CMYK
RGB Variations
Color information
#434DA4 (or 0x434DA4) is known color: Governor Bay. HEX triplet: 43, 4D and A4. RGB value is (67,77,164). Sum of RGB (Red+Green+Blue) = 67+77+164=308 (40% of max value = 765). Red value is 67 (26.56% from 255 or 21.75% from 308); Green value is 77 (30.47% from 255 or 25% from 308); Blue value is 164 (64.45% from 255 or 53.25% from 308); Max value from RGB is 164 - color contains mainly: blue. Hex color #434DA4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #434DA4 is #BCB25B. Grayscale: #535353. Windows color (decimal): -12366428 or 10767683. OLE color: 10767683.
HSL color Cylindrical-coordinate representation of color #434DA4: hue angle of 233.81º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #434DA4 is Cyan = 0.59, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 67 | 77 | 164 | - |
| CMYK | 0.59 | 0.53 | 0 | 0.36 |
| HSL | 233.81º | 0.42% | 0.45% | - |
| HSV(B) | 233.81º | 0.59% | 0.64% | - |
| XYZ | 11.67 | 9.18 | 36.28 | - |
| YUV | 83.93 | 173.19 | 115.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 77 | 164 | 0.59 | 0.53 | 0 | 0.36 | 233.81 | 0.42 | 0.45 |
| Hex | 43 | 4D | A4 | 3B | 35 | 0 | 24 | EA | 2A | 2D |
| Octal | 103 | 115 | 244 | 73 | 65 | 0 | 44 | 352 | 52 | 55 |
| Binary | 1000011 | 1001101 | 10100100 | 111011 | 110101 | 0 | 100100 | 11101010 | 101010 | 101101 |
Color Harmonies of #434DA4
Complementary color
Monochromatic Colors of #434DA4
Black with #434DA4
Text Example
Text Example
White with #434DA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434DA4; }
p { color: rgb(67,77,164); }
H1.HeaderClassName
{
color: #434DA4;
}
.AnyTagClassName
{
color: #434DA4;
}
</style>
background-color css
<style>
a { background-color: #434DA4; }
a { background-color: rgb(67,77,164); }
div.DivClassName
{
background-color: #434DA4;
}
.BgClassName
{
background-color: #434DA4;
}
</style>
border-color css
<style>
span { border-color: #434DA4; }
span { border-color: rgb(67,77,164); }
td.TdClassName
{
border-color: #434DA4;
}
.TagClassName
{
border-color: #434DA4;
}
</style>