Shades of Governor Bay #433EB0
Tints of Governor Bay #433EB0
RGB
CMYK
RGB Variations
Color information
#433EB0 (or 0x433EB0) is known color: Governor Bay. HEX triplet: 43, 3E and B0. RGB value is (67,62,176). Sum of RGB (Red+Green+Blue) = 67+62+176=305 (40% of max value = 765). Red value is 67 (26.56% from 255 or 21.97% from 305); Green value is 62 (24.61% from 255 or 20.33% from 305); Blue value is 176 (69.14% from 255 or 57.70% from 305); Max value from RGB is 176 - color contains mainly: blue. Hex color #433EB0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #433EB0 is #BCC14F. Grayscale: #4C4C4C. Windows color (decimal): -12370256 or 11550275. OLE color: 11550275.
HSL color Cylindrical-coordinate representation of color #433EB0: hue angle of 242.63º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #433EB0 is Cyan = 0.62, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 67 | 62 | 176 | - |
| CMYK | 0.62 | 0.65 | 0 | 0.31 |
| HSL | 242.63º | 0.48% | 0.47% | - |
| HSV(B) | 242.63º | 0.65% | 0.69% | - |
| XYZ | 11.87 | 7.77 | 41.95 | - |
| YUV | 76.49 | 184.16 | 121.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 62 | 176 | 0.62 | 0.65 | 0 | 0.31 | 242.63 | 0.48 | 0.47 |
| Hex | 43 | 3E | B0 | 3E | 41 | 0 | 1F | F3 | 30 | 2F |
| Octal | 103 | 76 | 260 | 76 | 101 | 0 | 37 | 363 | 60 | 57 |
| Binary | 1000011 | 111110 | 10110000 | 111110 | 1000001 | 0 | 11111 | 11110011 | 110000 | 101111 |
Color Harmonies of #433EB0
Complementary color
Monochromatic Colors of #433EB0
Black with #433EB0
Text Example
Text Example
White with #433EB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #433EB0; }
p { color: rgb(67,62,176); }
H1.HeaderClassName
{
color: #433EB0;
}
.AnyTagClassName
{
color: #433EB0;
}
</style>
background-color css
<style>
a { background-color: #433EB0; }
a { background-color: rgb(67,62,176); }
div.DivClassName
{
background-color: #433EB0;
}
.BgClassName
{
background-color: #433EB0;
}
</style>
border-color css
<style>
span { border-color: #433EB0; }
span { border-color: rgb(67,62,176); }
td.TdClassName
{
border-color: #433EB0;
}
.TagClassName
{
border-color: #433EB0;
}
</style>