Shades of Blue Gem #431EAA
Tints of Blue Gem #431EAA
RGB
CMYK
RGB Variations
Color information
#431EAA (or 0x431EAA) is known color: Blue Gem. HEX triplet: 43, 1E and AA. RGB value is (67,30,170). Sum of RGB (Red+Green+Blue) = 67+30+170=267 (35% of max value = 765). Red value is 67 (26.56% from 255 or 25.09% from 267); Green value is 30 (12.11% from 255 or 11.24% from 267); Blue value is 170 (66.80% from 255 or 63.67% from 267); Max value from RGB is 170 - color contains mainly: blue. Hex color #431EAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #431EAA is #BCE155. Grayscale: #383838. Windows color (decimal): -12378454 or 11148867. OLE color: 11148867.
HSL color Cylindrical-coordinate representation of color #431EAA: hue angle of 255.86º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #431EAA is Cyan = 0.61, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 67 | 30 | 170 | - |
| CMYK | 0.61 | 0.82 | 0 | 0.33 |
| HSL | 255.86º | 0.7% | 0.39% | - |
| HSV(B) | 255.86º | 0.82% | 0.67% | - |
| XYZ | 10.03 | 5.02 | 38.47 | - |
| YUV | 57.02 | 191.76 | 135.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 30 | 170 | 0.61 | 0.82 | 0 | 0.33 | 255.86 | 0.7 | 0.39 |
| Hex | 43 | 1E | AA | 3D | 52 | 0 | 21 | 100 | 46 | 27 |
| Octal | 103 | 36 | 252 | 75 | 122 | 0 | 41 | 400 | 106 | 47 |
| Binary | 1000011 | 11110 | 10101010 | 111101 | 1010010 | 0 | 100001 | 100000000 | 1000110 | 100111 |
Color Harmonies of #431EAA
Complementary color
Monochromatic Colors of #431EAA
Black with #431EAA
Text Example
Text Example
White with #431EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431EAA; }
p { color: rgb(67,30,170); }
H1.HeaderClassName
{
color: #431EAA;
}
.AnyTagClassName
{
color: #431EAA;
}
</style>
background-color css
<style>
a { background-color: #431EAA; }
a { background-color: rgb(67,30,170); }
div.DivClassName
{
background-color: #431EAA;
}
.BgClassName
{
background-color: #431EAA;
}
</style>
border-color css
<style>
span { border-color: #431EAA; }
span { border-color: rgb(67,30,170); }
td.TdClassName
{
border-color: #431EAA;
}
.TagClassName
{
border-color: #431EAA;
}
</style>