Shades of Blue Gem #432CAC
Tints of Blue Gem #432CAC
RGB
CMYK
RGB Variations
Color information
#432CAC (or 0x432CAC) is known color: Blue Gem. HEX triplet: 43, 2C and AC. RGB value is (67,44,172). Sum of RGB (Red+Green+Blue) = 67+44+172=283 (37% of max value = 765). Red value is 67 (26.56% from 255 or 23.67% from 283); Green value is 44 (17.58% from 255 or 15.55% from 283); Blue value is 172 (67.58% from 255 or 60.78% from 283); Max value from RGB is 172 - color contains mainly: blue. Hex color #432CAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #432CAC is #BCD353. Grayscale: #404040. Windows color (decimal): -12374868 or 11283523. OLE color: 11283523.
HSL color Cylindrical-coordinate representation of color #432CAC: hue angle of 250.78º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #432CAC is Cyan = 0.61, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 67 | 44 | 172 | - |
| CMYK | 0.61 | 0.74 | 0 | 0.33 |
| HSL | 250.78º | 0.59% | 0.42% | - |
| HSV(B) | 250.78º | 0.74% | 0.67% | - |
| XYZ | 10.66 | 5.97 | 39.62 | - |
| YUV | 65.47 | 188.12 | 129.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 44 | 172 | 0.61 | 0.74 | 0 | 0.33 | 250.78 | 0.59 | 0.42 |
| Hex | 43 | 2C | AC | 3D | 4A | 0 | 21 | FB | 3B | 2A |
| Octal | 103 | 54 | 254 | 75 | 112 | 0 | 41 | 373 | 73 | 52 |
| Binary | 1000011 | 101100 | 10101100 | 111101 | 1001010 | 0 | 100001 | 11111011 | 111011 | 101010 |
Color Harmonies of #432CAC
Complementary color
Monochromatic Colors of #432CAC
Black with #432CAC
Text Example
Text Example
White with #432CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #432CAC; }
p { color: rgb(67,44,172); }
H1.HeaderClassName
{
color: #432CAC;
}
.AnyTagClassName
{
color: #432CAC;
}
</style>
background-color css
<style>
a { background-color: #432CAC; }
a { background-color: rgb(67,44,172); }
div.DivClassName
{
background-color: #432CAC;
}
.BgClassName
{
background-color: #432CAC;
}
</style>
border-color css
<style>
span { border-color: #432CAC; }
span { border-color: rgb(67,44,172); }
td.TdClassName
{
border-color: #432CAC;
}
.TagClassName
{
border-color: #432CAC;
}
</style>