Shades of Blue Gem #431EA0
Tints of Blue Gem #431EA0
RGB
CMYK
RGB Variations
Color information
#431EA0 (or 0x431EA0) is known color: Blue Gem. HEX triplet: 43, 1E and A0. RGB value is (67,30,160). Sum of RGB (Red+Green+Blue) = 67+30+160=257 (34% of max value = 765). Red value is 67 (26.56% from 255 or 26.07% from 257); Green value is 30 (12.11% from 255 or 11.67% from 257); Blue value is 160 (62.89% from 255 or 62.26% from 257); Max value from RGB is 160 - color contains mainly: blue. Hex color #431EA0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #431EA0 is #BCE15F. Grayscale: #373737. Windows color (decimal): -12378464 or 10493507. OLE color: 10493507.
HSL color Cylindrical-coordinate representation of color #431EA0: hue angle of 257.08º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #431EA0 is Cyan = 0.58, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 67 | 30 | 160 | - |
| CMYK | 0.58 | 0.81 | 0 | 0.37 |
| HSL | 257.08º | 0.68% | 0.37% | - |
| HSV(B) | 257.08º | 0.81% | 0.63% | - |
| XYZ | 9.12 | 4.66 | 33.68 | - |
| YUV | 55.88 | 186.76 | 135.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 30 | 160 | 0.58 | 0.81 | 0 | 0.37 | 257.08 | 0.68 | 0.37 |
| Hex | 43 | 1E | A0 | 3A | 51 | 0 | 25 | 101 | 44 | 25 |
| Octal | 103 | 36 | 240 | 72 | 121 | 0 | 45 | 401 | 104 | 45 |
| Binary | 1000011 | 11110 | 10100000 | 111010 | 1010001 | 0 | 100101 | 100000001 | 1000100 | 100101 |
Color Harmonies of #431EA0
Complementary color
Monochromatic Colors of #431EA0
Black with #431EA0
Text Example
Text Example
White with #431EA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431EA0; }
p { color: rgb(67,30,160); }
H1.HeaderClassName
{
color: #431EA0;
}
.AnyTagClassName
{
color: #431EA0;
}
</style>
background-color css
<style>
a { background-color: #431EA0; }
a { background-color: rgb(67,30,160); }
div.DivClassName
{
background-color: #431EA0;
}
.BgClassName
{
background-color: #431EA0;
}
</style>
border-color css
<style>
span { border-color: #431EA0; }
span { border-color: rgb(67,30,160); }
td.TdClassName
{
border-color: #431EA0;
}
.TagClassName
{
border-color: #431EA0;
}
</style>