Shades of Blue Gem #432FAE
Tints of Blue Gem #432FAE
RGB
CMYK
RGB Variations
Color information
#432FAE (or 0x432FAE) is known color: Blue Gem. HEX triplet: 43, 2F and AE. RGB value is (67,47,174). Sum of RGB (Red+Green+Blue) = 67+47+174=288 (38% of max value = 765). Red value is 67 (26.56% from 255 or 23.26% from 288); Green value is 47 (18.75% from 255 or 16.32% from 288); Blue value is 174 (68.36% from 255 or 60.42% from 288); Max value from RGB is 174 - color contains mainly: blue. Hex color #432FAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #432FAE is #BCD051. Grayscale: #424242. Windows color (decimal): -12374098 or 11415363. OLE color: 11415363.
HSL color Cylindrical-coordinate representation of color #432FAE: hue angle of 249.45º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #432FAE is Cyan = 0.61, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 67 | 47 | 174 | - |
| CMYK | 0.61 | 0.73 | 0 | 0.32 |
| HSL | 249.45º | 0.57% | 0.43% | - |
| HSV(B) | 249.45º | 0.73% | 0.68% | - |
| XYZ | 10.97 | 6.28 | 40.68 | - |
| YUV | 67.46 | 188.13 | 127.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 47 | 174 | 0.61 | 0.73 | 0 | 0.32 | 249.45 | 0.57 | 0.43 |
| Hex | 43 | 2F | AE | 3D | 49 | 0 | 20 | F9 | 39 | 2B |
| Octal | 103 | 57 | 256 | 75 | 111 | 0 | 40 | 371 | 71 | 53 |
| Binary | 1000011 | 101111 | 10101110 | 111101 | 1001001 | 0 | 100000 | 11111001 | 111001 | 101011 |
Color Harmonies of #432FAE
Complementary color
Monochromatic Colors of #432FAE
Black with #432FAE
Text Example
Text Example
White with #432FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #432FAE; }
p { color: rgb(67,47,174); }
H1.HeaderClassName
{
color: #432FAE;
}
.AnyTagClassName
{
color: #432FAE;
}
</style>
background-color css
<style>
a { background-color: #432FAE; }
a { background-color: rgb(67,47,174); }
div.DivClassName
{
background-color: #432FAE;
}
.BgClassName
{
background-color: #432FAE;
}
</style>
border-color css
<style>
span { border-color: #432FAE; }
span { border-color: rgb(67,47,174); }
td.TdClassName
{
border-color: #432FAE;
}
.TagClassName
{
border-color: #432FAE;
}
</style>