Shades of Blue Gem #432EB2
Tints of Blue Gem #432EB2
RGB
CMYK
RGB Variations
Color information
#432EB2 (or 0x432EB2) is known color: Blue Gem. HEX triplet: 43, 2E and B2. RGB value is (67,46,178). Sum of RGB (Red+Green+Blue) = 67+46+178=291 (38% of max value = 765). Red value is 67 (26.56% from 255 or 23.02% from 291); Green value is 46 (18.36% from 255 or 15.81% from 291); Blue value is 178 (69.92% from 255 or 61.17% from 291); Max value from RGB is 178 - color contains mainly: blue. Hex color #432EB2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #432EB2 is #BCD14D. Grayscale: #424242. Windows color (decimal): -12374350 or 11677251. OLE color: 11677251.
HSL color Cylindrical-coordinate representation of color #432EB2: hue angle of 249.55º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #432EB2 is Cyan = 0.62, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 67 | 46 | 178 | - |
| CMYK | 0.62 | 0.74 | 0 | 0.30 |
| HSL | 249.55º | 0.59% | 0.44% | - |
| HSV(B) | 249.55º | 0.74% | 0.7% | - |
| XYZ | 11.33 | 6.36 | 42.75 | - |
| YUV | 67.33 | 190.46 | 127.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 46 | 178 | 0.62 | 0.74 | 0 | 0.30 | 249.55 | 0.59 | 0.44 |
| Hex | 43 | 2E | B2 | 3E | 4A | 0 | 1E | FA | 3B | 2C |
| Octal | 103 | 56 | 262 | 76 | 112 | 0 | 36 | 372 | 73 | 54 |
| Binary | 1000011 | 101110 | 10110010 | 111110 | 1001010 | 0 | 11110 | 11111010 | 111011 | 101100 |
Color Harmonies of #432EB2
Complementary color
Monochromatic Colors of #432EB2
Black with #432EB2
Text Example
Text Example
White with #432EB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #432EB2; }
p { color: rgb(67,46,178); }
H1.HeaderClassName
{
color: #432EB2;
}
.AnyTagClassName
{
color: #432EB2;
}
</style>
background-color css
<style>
a { background-color: #432EB2; }
a { background-color: rgb(67,46,178); }
div.DivClassName
{
background-color: #432EB2;
}
.BgClassName
{
background-color: #432EB2;
}
</style>
border-color css
<style>
span { border-color: #432EB2; }
span { border-color: rgb(67,46,178); }
td.TdClassName
{
border-color: #432EB2;
}
.TagClassName
{
border-color: #432EB2;
}
</style>