Shades of Blue Gem #432BB0
Tints of Blue Gem #432BB0
RGB
CMYK
RGB Variations
Color information
#432BB0 (or 0x432BB0) is known color: Blue Gem. HEX triplet: 43, 2B and B0. RGB value is (67,43,176). Sum of RGB (Red+Green+Blue) = 67+43+176=286 (37% of max value = 765). Red value is 67 (26.56% from 255 or 23.43% from 286); Green value is 43 (17.19% from 255 or 15.03% from 286); Blue value is 176 (69.14% from 255 or 61.54% from 286); Max value from RGB is 176 - color contains mainly: blue. Hex color #432BB0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #432BB0 is #BCD44F. Grayscale: #404040. Windows color (decimal): -12375120 or 11545411. OLE color: 11545411.
HSL color Cylindrical-coordinate representation of color #432BB0: hue angle of 250.83º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #432BB0 is Cyan = 0.62, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 67 | 43 | 176 | - |
| CMYK | 0.62 | 0.76 | 0 | 0.31 |
| HSL | 250.83º | 0.61% | 0.43% | - |
| HSV(B) | 250.83º | 0.76% | 0.69% | - |
| XYZ | 11.02 | 6.06 | 41.66 | - |
| YUV | 65.34 | 190.45 | 129.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 43 | 176 | 0.62 | 0.76 | 0 | 0.31 | 250.83 | 0.61 | 0.43 |
| Hex | 43 | 2B | B0 | 3E | 4C | 0 | 1F | FB | 3D | 2B |
| Octal | 103 | 53 | 260 | 76 | 114 | 0 | 37 | 373 | 75 | 53 |
| Binary | 1000011 | 101011 | 10110000 | 111110 | 1001100 | 0 | 11111 | 11111011 | 111101 | 101011 |
Color Harmonies of #432BB0
Complementary color
Monochromatic Colors of #432BB0
Black with #432BB0
Text Example
Text Example
White with #432BB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #432BB0; }
p { color: rgb(67,43,176); }
H1.HeaderClassName
{
color: #432BB0;
}
.AnyTagClassName
{
color: #432BB0;
}
</style>
background-color css
<style>
a { background-color: #432BB0; }
a { background-color: rgb(67,43,176); }
div.DivClassName
{
background-color: #432BB0;
}
.BgClassName
{
background-color: #432BB0;
}
</style>
border-color css
<style>
span { border-color: #432BB0; }
span { border-color: rgb(67,43,176); }
td.TdClassName
{
border-color: #432BB0;
}
.TagClassName
{
border-color: #432BB0;
}
</style>