Shades of Blue Gem #432DB3
Tints of Blue Gem #432DB3
RGB
CMYK
RGB Variations
Color information
#432DB3 (or 0x432DB3) is known color: Blue Gem. HEX triplet: 43, 2D and B3. RGB value is (67,45,179). Sum of RGB (Red+Green+Blue) = 67+45+179=291 (38% of max value = 765). Red value is 67 (26.56% from 255 or 23.02% from 291); Green value is 45 (17.97% from 255 or 15.46% from 291); Blue value is 179 (70.31% from 255 or 61.51% from 291); Max value from RGB is 179 - color contains mainly: blue. Hex color #432DB3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #432DB3 is #BCD24C. Grayscale: #424242. Windows color (decimal): -12374605 or 11742531. OLE color: 11742531.
HSL color Cylindrical-coordinate representation of color #432DB3: hue angle of 249.85º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #432DB3 is Cyan = 0.63, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 67 | 45 | 179 | - |
| CMYK | 0.63 | 0.75 | 0 | 0.30 |
| HSL | 249.85º | 0.6% | 0.44% | - |
| HSV(B) | 249.85º | 0.75% | 0.7% | - |
| XYZ | 11.39 | 6.32 | 43.27 | - |
| YUV | 66.85 | 191.29 | 128.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 45 | 179 | 0.63 | 0.75 | 0 | 0.30 | 249.85 | 0.6 | 0.44 |
| Hex | 43 | 2D | B3 | 3F | 4B | 0 | 1E | FA | 3C | 2C |
| Octal | 103 | 55 | 263 | 77 | 113 | 0 | 36 | 372 | 74 | 54 |
| Binary | 1000011 | 101101 | 10110011 | 111111 | 1001011 | 0 | 11110 | 11111010 | 111100 | 101100 |
Color Harmonies of #432DB3
Complementary color
Monochromatic Colors of #432DB3
Black with #432DB3
Text Example
Text Example
White with #432DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #432DB3; }
p { color: rgb(67,45,179); }
H1.HeaderClassName
{
color: #432DB3;
}
.AnyTagClassName
{
color: #432DB3;
}
</style>
background-color css
<style>
a { background-color: #432DB3; }
a { background-color: rgb(67,45,179); }
div.DivClassName
{
background-color: #432DB3;
}
.BgClassName
{
background-color: #432DB3;
}
</style>
border-color css
<style>
span { border-color: #432DB3; }
span { border-color: rgb(67,45,179); }
td.TdClassName
{
border-color: #432DB3;
}
.TagClassName
{
border-color: #432DB3;
}
</style>