Shades of Governor Bay #434AA1
Tints of Governor Bay #434AA1
RGB
CMYK
RGB Variations
Color information
#434AA1 (or 0x434AA1) is known color: Governor Bay. HEX triplet: 43, 4A and A1. RGB value is (67,74,161). Sum of RGB (Red+Green+Blue) = 67+74+161=302 (40% of max value = 765). Red value is 67 (26.56% from 255 or 22.19% from 302); Green value is 74 (29.30% from 255 or 24.50% from 302); Blue value is 161 (63.28% from 255 or 53.31% from 302); Max value from RGB is 161 - color contains mainly: blue. Hex color #434AA1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #434AA1 is #BCB55E. Grayscale: #515151. Windows color (decimal): -12367199 or 10570307. OLE color: 10570307.
HSL color Cylindrical-coordinate representation of color #434AA1: hue angle of 235.53º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #434AA1 is Cyan = 0.58, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 67 | 74 | 161 | - |
| CMYK | 0.58 | 0.54 | 0 | 0.37 |
| HSL | 235.53º | 0.41% | 0.45% | - |
| HSV(B) | 235.53º | 0.58% | 0.63% | - |
| XYZ | 11.2 | 8.66 | 34.8 | - |
| YUV | 81.83 | 172.68 | 117.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 74 | 161 | 0.58 | 0.54 | 0 | 0.37 | 235.53 | 0.41 | 0.45 |
| Hex | 43 | 4A | A1 | 3A | 36 | 0 | 25 | EC | 29 | 2D |
| Octal | 103 | 112 | 241 | 72 | 66 | 0 | 45 | 354 | 51 | 55 |
| Binary | 1000011 | 1001010 | 10100001 | 111010 | 110110 | 0 | 100101 | 11101100 | 101001 | 101101 |
Color Harmonies of #434AA1
Complementary color
Monochromatic Colors of #434AA1
Black with #434AA1
Text Example
Text Example
White with #434AA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434AA1; }
p { color: rgb(67,74,161); }
H1.HeaderClassName
{
color: #434AA1;
}
.AnyTagClassName
{
color: #434AA1;
}
</style>
background-color css
<style>
a { background-color: #434AA1; }
a { background-color: rgb(67,74,161); }
div.DivClassName
{
background-color: #434AA1;
}
.BgClassName
{
background-color: #434AA1;
}
</style>
border-color css
<style>
span { border-color: #434AA1; }
span { border-color: rgb(67,74,161); }
td.TdClassName
{
border-color: #434AA1;
}
.TagClassName
{
border-color: #434AA1;
}
</style>