Shades of Blue Gem #432EA0
Tints of Blue Gem #432EA0
RGB
CMYK
RGB Variations
Color information
#432EA0 (or 0x432EA0) is known color: Blue Gem. HEX triplet: 43, 2E and A0. RGB value is (67,46,160). Sum of RGB (Red+Green+Blue) = 67+46+160=273 (36% of max value = 765). Red value is 67 (26.56% from 255 or 24.54% from 273); Green value is 46 (18.36% from 255 or 16.85% from 273); Blue value is 160 (62.89% from 255 or 58.61% from 273); Max value from RGB is 160 - color contains mainly: blue. Hex color #432EA0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #432EA0 is #BCD15F. Grayscale: #404040. Windows color (decimal): -12374368 or 10497603. OLE color: 10497603.
HSL color Cylindrical-coordinate representation of color #432EA0: hue angle of 251.05º degrees, saturation: 0.55, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #432EA0 is Cyan = 0.58, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 67 | 46 | 160 | - |
| CMYK | 0.58 | 0.71 | 0 | 0.37 |
| HSL | 251.05º | 0.55% | 0.4% | - |
| HSV(B) | 251.05º | 0.71% | 0.63% | - |
| XYZ | 9.64 | 5.69 | 33.85 | - |
| YUV | 65.28 | 181.46 | 129.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 46 | 160 | 0.58 | 0.71 | 0 | 0.37 | 251.05 | 0.55 | 0.4 |
| Hex | 43 | 2E | A0 | 3A | 47 | 0 | 25 | FB | 37 | 28 |
| Octal | 103 | 56 | 240 | 72 | 107 | 0 | 45 | 373 | 67 | 50 |
| Binary | 1000011 | 101110 | 10100000 | 111010 | 1000111 | 0 | 100101 | 11111011 | 110111 | 101000 |
Color Harmonies of #432EA0
Complementary color
Monochromatic Colors of #432EA0
Black with #432EA0
Text Example
Text Example
White with #432EA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #432EA0; }
p { color: rgb(67,46,160); }
H1.HeaderClassName
{
color: #432EA0;
}
.AnyTagClassName
{
color: #432EA0;
}
</style>
background-color css
<style>
a { background-color: #432EA0; }
a { background-color: rgb(67,46,160); }
div.DivClassName
{
background-color: #432EA0;
}
.BgClassName
{
background-color: #432EA0;
}
</style>
border-color css
<style>
span { border-color: #432EA0; }
span { border-color: rgb(67,46,160); }
td.TdClassName
{
border-color: #432EA0;
}
.TagClassName
{
border-color: #432EA0;
}
</style>