Shades of Blue Gem #432BAC
Tints of Blue Gem #432BAC
RGB
CMYK
RGB Variations
Color information
#432BAC (or 0x432BAC) is known color: Blue Gem. HEX triplet: 43, 2B and AC. RGB value is (67,43,172). Sum of RGB (Red+Green+Blue) = 67+43+172=282 (37% of max value = 765). Red value is 67 (26.56% from 255 or 23.76% from 282); Green value is 43 (17.19% from 255 or 15.25% from 282); Blue value is 172 (67.58% from 255 or 60.99% from 282); Max value from RGB is 172 - color contains mainly: blue. Hex color #432BAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #432BAC is #BCD453. Grayscale: #404040. Windows color (decimal): -12375124 or 11283267. OLE color: 11283267.
HSL color Cylindrical-coordinate representation of color #432BAC: hue angle of 251.16º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #432BAC is Cyan = 0.61, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 67 | 43 | 172 | - |
| CMYK | 0.61 | 0.75 | 0 | 0.33 |
| HSL | 251.16º | 0.6% | 0.42% | - |
| HSV(B) | 251.16º | 0.75% | 0.67% | - |
| XYZ | 10.63 | 5.9 | 39.61 | - |
| YUV | 64.88 | 188.45 | 129.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 43 | 172 | 0.61 | 0.75 | 0 | 0.33 | 251.16 | 0.6 | 0.42 |
| Hex | 43 | 2B | AC | 3D | 4B | 0 | 21 | FB | 3C | 2A |
| Octal | 103 | 53 | 254 | 75 | 113 | 0 | 41 | 373 | 74 | 52 |
| Binary | 1000011 | 101011 | 10101100 | 111101 | 1001011 | 0 | 100001 | 11111011 | 111100 | 101010 |
Color Harmonies of #432BAC
Complementary color
Monochromatic Colors of #432BAC
Black with #432BAC
Text Example
Text Example
White with #432BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #432BAC; }
p { color: rgb(67,43,172); }
H1.HeaderClassName
{
color: #432BAC;
}
.AnyTagClassName
{
color: #432BAC;
}
</style>
background-color css
<style>
a { background-color: #432BAC; }
a { background-color: rgb(67,43,172); }
div.DivClassName
{
background-color: #432BAC;
}
.BgClassName
{
background-color: #432BAC;
}
</style>
border-color css
<style>
span { border-color: #432BAC; }
span { border-color: rgb(67,43,172); }
td.TdClassName
{
border-color: #432BAC;
}
.TagClassName
{
border-color: #432BAC;
}
</style>