Shades of Blue Gem #432DA0
Tints of Blue Gem #432DA0
RGB
CMYK
RGB Variations
Color information
#432DA0 (or 0x432DA0) is known color: Blue Gem. HEX triplet: 43, 2D and A0. RGB value is (67,45,160). Sum of RGB (Red+Green+Blue) = 67+45+160=272 (36% of max value = 765). Red value is 67 (26.56% from 255 or 24.63% from 272); Green value is 45 (17.97% from 255 or 16.54% from 272); Blue value is 160 (62.89% from 255 or 58.82% from 272); Max value from RGB is 160 - color contains mainly: blue. Hex color #432DA0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #432DA0 is #BCD25F. Grayscale: #404040. Windows color (decimal): -12374624 or 10497347. OLE color: 10497347.
HSL color Cylindrical-coordinate representation of color #432DA0: hue angle of 251.48º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #432DA0 is Cyan = 0.58, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 67 | 45 | 160 | - |
| CMYK | 0.58 | 0.72 | 0 | 0.37 |
| HSL | 251.48º | 0.56% | 0.4% | - |
| HSV(B) | 251.48º | 0.72% | 0.63% | - |
| XYZ | 9.6 | 5.61 | 33.83 | - |
| YUV | 64.69 | 181.79 | 129.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 45 | 160 | 0.58 | 0.72 | 0 | 0.37 | 251.48 | 0.56 | 0.4 |
| Hex | 43 | 2D | A0 | 3A | 48 | 0 | 25 | FB | 38 | 28 |
| Octal | 103 | 55 | 240 | 72 | 110 | 0 | 45 | 373 | 70 | 50 |
| Binary | 1000011 | 101101 | 10100000 | 111010 | 1001000 | 0 | 100101 | 11111011 | 111000 | 101000 |
Color Harmonies of #432DA0
Complementary color
Monochromatic Colors of #432DA0
Black with #432DA0
Text Example
Text Example
White with #432DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #432DA0; }
p { color: rgb(67,45,160); }
H1.HeaderClassName
{
color: #432DA0;
}
.AnyTagClassName
{
color: #432DA0;
}
</style>
background-color css
<style>
a { background-color: #432DA0; }
a { background-color: rgb(67,45,160); }
div.DivClassName
{
background-color: #432DA0;
}
.BgClassName
{
background-color: #432DA0;
}
</style>
border-color css
<style>
span { border-color: #432DA0; }
span { border-color: rgb(67,45,160); }
td.TdClassName
{
border-color: #432DA0;
}
.TagClassName
{
border-color: #432DA0;
}
</style>