Shades of Governor Bay #433EAE
Tints of Governor Bay #433EAE
RGB
CMYK
RGB Variations
Color information
#433EAE (or 0x433EAE) is known color: Governor Bay. HEX triplet: 43, 3E and AE. RGB value is (67,62,174). Sum of RGB (Red+Green+Blue) = 67+62+174=303 (40% of max value = 765). Red value is 67 (26.56% from 255 or 22.11% from 303); Green value is 62 (24.61% from 255 or 20.46% from 303); Blue value is 174 (68.36% from 255 or 57.43% from 303); Max value from RGB is 174 - color contains mainly: blue. Hex color #433EAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #433EAE is #BCC151. Grayscale: #4B4B4B. Windows color (decimal): -12370258 or 11419203. OLE color: 11419203.
HSL color Cylindrical-coordinate representation of color #433EAE: hue angle of 242.68º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #433EAE is Cyan = 0.61, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 67 | 62 | 174 | - |
| CMYK | 0.61 | 0.64 | 0 | 0.32 |
| HSL | 242.68º | 0.47% | 0.46% | - |
| HSV(B) | 242.68º | 0.64% | 0.68% | - |
| XYZ | 11.68 | 7.69 | 40.91 | - |
| YUV | 76.26 | 183.16 | 121.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 62 | 174 | 0.61 | 0.64 | 0 | 0.32 | 242.68 | 0.47 | 0.46 |
| Hex | 43 | 3E | AE | 3D | 40 | 0 | 20 | F3 | 2F | 2E |
| Octal | 103 | 76 | 256 | 75 | 100 | 0 | 40 | 363 | 57 | 56 |
| Binary | 1000011 | 111110 | 10101110 | 111101 | 1000000 | 0 | 100000 | 11110011 | 101111 | 101110 |
Color Harmonies of #433EAE
Complementary color
Monochromatic Colors of #433EAE
Black with #433EAE
Text Example
Text Example
White with #433EAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #433EAE; }
p { color: rgb(67,62,174); }
H1.HeaderClassName
{
color: #433EAE;
}
.AnyTagClassName
{
color: #433EAE;
}
</style>
background-color css
<style>
a { background-color: #433EAE; }
a { background-color: rgb(67,62,174); }
div.DivClassName
{
background-color: #433EAE;
}
.BgClassName
{
background-color: #433EAE;
}
</style>
border-color css
<style>
span { border-color: #433EAE; }
span { border-color: rgb(67,62,174); }
td.TdClassName
{
border-color: #433EAE;
}
.TagClassName
{
border-color: #433EAE;
}
</style>