Shades of Blue Gem #432DA2
Tints of Blue Gem #432DA2
RGB
CMYK
RGB Variations
Color information
#432DA2 (or 0x432DA2) is known color: Blue Gem. HEX triplet: 43, 2D and A2. RGB value is (67,45,162). Sum of RGB (Red+Green+Blue) = 67+45+162=274 (36% of max value = 765). Red value is 67 (26.56% from 255 or 24.45% from 274); Green value is 45 (17.97% from 255 or 16.42% from 274); Blue value is 162 (63.67% from 255 or 59.12% from 274); Max value from RGB is 162 - color contains mainly: blue. Hex color #432DA2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #432DA2 is #BCD25D. Grayscale: #404040. Windows color (decimal): -12374622 or 10628419. OLE color: 10628419.
HSL color Cylindrical-coordinate representation of color #432DA2: hue angle of 251.28º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #432DA2 is Cyan = 0.59, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 67 | 45 | 162 | - |
| CMYK | 0.59 | 0.72 | 0 | 0.36 |
| HSL | 251.28º | 0.57% | 0.41% | - |
| HSV(B) | 251.28º | 0.72% | 0.64% | - |
| XYZ | 9.77 | 5.68 | 34.76 | - |
| YUV | 64.92 | 182.79 | 129.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 45 | 162 | 0.59 | 0.72 | 0 | 0.36 | 251.28 | 0.57 | 0.41 |
| Hex | 43 | 2D | A2 | 3B | 48 | 0 | 24 | FB | 39 | 29 |
| Octal | 103 | 55 | 242 | 73 | 110 | 0 | 44 | 373 | 71 | 51 |
| Binary | 1000011 | 101101 | 10100010 | 111011 | 1001000 | 0 | 100100 | 11111011 | 111001 | 101001 |
Color Harmonies of #432DA2
Complementary color
Monochromatic Colors of #432DA2
Black with #432DA2
Text Example
Text Example
White with #432DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #432DA2; }
p { color: rgb(67,45,162); }
H1.HeaderClassName
{
color: #432DA2;
}
.AnyTagClassName
{
color: #432DA2;
}
</style>
background-color css
<style>
a { background-color: #432DA2; }
a { background-color: rgb(67,45,162); }
div.DivClassName
{
background-color: #432DA2;
}
.BgClassName
{
background-color: #432DA2;
}
</style>
border-color css
<style>
span { border-color: #432DA2; }
span { border-color: rgb(67,45,162); }
td.TdClassName
{
border-color: #432DA2;
}
.TagClassName
{
border-color: #432DA2;
}
</style>