Shades of Governor Bay #433FAA
Tints of Governor Bay #433FAA
RGB
CMYK
RGB Variations
Color information
#433FAA (or 0x433FAA) is known color: Governor Bay. HEX triplet: 43, 3F and AA. RGB value is (67,63,170). Sum of RGB (Red+Green+Blue) = 67+63+170=300 (39% of max value = 765). Red value is 67 (26.56% from 255 or 22.33% from 300); Green value is 63 (25% from 255 or 21% from 300); Blue value is 170 (66.80% from 255 or 56.67% from 300); Max value from RGB is 170 - color contains mainly: blue. Hex color #433FAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #433FAA is #BCC055. Grayscale: #4B4B4B. Windows color (decimal): -12370006 or 11157315. OLE color: 11157315.
HSL color Cylindrical-coordinate representation of color #433FAA: hue angle of 242.24º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #433FAA is Cyan = 0.61, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 67 | 63 | 170 | - |
| CMYK | 0.61 | 0.63 | 0 | 0.33 |
| HSL | 242.24º | 0.46% | 0.46% | - |
| HSV(B) | 242.24º | 0.63% | 0.67% | - |
| XYZ | 11.35 | 7.65 | 38.91 | - |
| YUV | 76.39 | 180.83 | 121.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 63 | 170 | 0.61 | 0.63 | 0 | 0.33 | 242.24 | 0.46 | 0.46 |
| Hex | 43 | 3F | AA | 3D | 3F | 0 | 21 | F2 | 2E | 2E |
| Octal | 103 | 77 | 252 | 75 | 77 | 0 | 41 | 362 | 56 | 56 |
| Binary | 1000011 | 111111 | 10101010 | 111101 | 111111 | 0 | 100001 | 11110010 | 101110 | 101110 |
Color Harmonies of #433FAA
Complementary color
Monochromatic Colors of #433FAA
Black with #433FAA
Text Example
Text Example
White with #433FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #433FAA; }
p { color: rgb(67,63,170); }
H1.HeaderClassName
{
color: #433FAA;
}
.AnyTagClassName
{
color: #433FAA;
}
</style>
background-color css
<style>
a { background-color: #433FAA; }
a { background-color: rgb(67,63,170); }
div.DivClassName
{
background-color: #433FAA;
}
.BgClassName
{
background-color: #433FAA;
}
</style>
border-color css
<style>
span { border-color: #433FAA; }
span { border-color: rgb(67,63,170); }
td.TdClassName
{
border-color: #433FAA;
}
.TagClassName
{
border-color: #433FAA;
}
</style>