Shades of Blue Gem #432FAC
Tints of Blue Gem #432FAC
RGB
CMYK
RGB Variations
Color information
#432FAC (or 0x432FAC) is known color: Blue Gem. HEX triplet: 43, 2F and AC. RGB value is (67,47,172). Sum of RGB (Red+Green+Blue) = 67+47+172=286 (37% of max value = 765). Red value is 67 (26.56% from 255 or 23.43% from 286); Green value is 47 (18.75% from 255 or 16.43% from 286); Blue value is 172 (67.58% from 255 or 60.14% from 286); Max value from RGB is 172 - color contains mainly: blue. Hex color #432FAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #432FAC is #BCD053. Grayscale: #424242. Windows color (decimal): -12374100 or 11284291. OLE color: 11284291.
HSL color Cylindrical-coordinate representation of color #432FAC: hue angle of 249.6º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #432FAC is Cyan = 0.61, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 67 | 47 | 172 | - |
| CMYK | 0.61 | 0.73 | 0 | 0.33 |
| HSL | 249.6º | 0.57% | 0.43% | - |
| HSV(B) | 249.6º | 0.73% | 0.67% | - |
| XYZ | 10.78 | 6.2 | 39.66 | - |
| YUV | 67.23 | 187.13 | 127.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 47 | 172 | 0.61 | 0.73 | 0 | 0.33 | 249.6 | 0.57 | 0.43 |
| Hex | 43 | 2F | AC | 3D | 49 | 0 | 21 | FA | 39 | 2B |
| Octal | 103 | 57 | 254 | 75 | 111 | 0 | 41 | 372 | 71 | 53 |
| Binary | 1000011 | 101111 | 10101100 | 111101 | 1001001 | 0 | 100001 | 11111010 | 111001 | 101011 |
Color Harmonies of #432FAC
Complementary color
Monochromatic Colors of #432FAC
Black with #432FAC
Text Example
Text Example
White with #432FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #432FAC; }
p { color: rgb(67,47,172); }
H1.HeaderClassName
{
color: #432FAC;
}
.AnyTagClassName
{
color: #432FAC;
}
</style>
background-color css
<style>
a { background-color: #432FAC; }
a { background-color: rgb(67,47,172); }
div.DivClassName
{
background-color: #432FAC;
}
.BgClassName
{
background-color: #432FAC;
}
</style>
border-color css
<style>
span { border-color: #432FAC; }
span { border-color: rgb(67,47,172); }
td.TdClassName
{
border-color: #432FAC;
}
.TagClassName
{
border-color: #432FAC;
}
</style>