Shades of Blue Gem #4324A0
Tints of Blue Gem #4324A0
RGB
CMYK
RGB Variations
Color information
#4324A0 (or 0x4324A0) is known color: Blue Gem. HEX triplet: 43, 24 and A0. RGB value is (67,36,160). Sum of RGB (Red+Green+Blue) = 67+36+160=263 (34% of max value = 765). Red value is 67 (26.56% from 255 or 25.48% from 263); Green value is 36 (14.45% from 255 or 13.69% from 263); Blue value is 160 (62.89% from 255 or 60.84% from 263); Max value from RGB is 160 - color contains mainly: blue. Hex color #4324A0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4324A0 is #BCDB5F. Grayscale: #3A3A3A. Windows color (decimal): -12376928 or 10495043. OLE color: 10495043.
HSL color Cylindrical-coordinate representation of color #4324A0: hue angle of 255º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4324A0 is Cyan = 0.58, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 67 | 36 | 160 | - |
| CMYK | 0.58 | 0.78 | 0 | 0.37 |
| HSL | 255º | 0.63% | 0.38% | - |
| HSV(B) | 255º | 0.78% | 0.63% | - |
| XYZ | 9.29 | 4.99 | 33.73 | - |
| YUV | 59.41 | 184.77 | 133.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 36 | 160 | 0.58 | 0.78 | 0 | 0.37 | 255 | 0.63 | 0.38 |
| Hex | 43 | 24 | A0 | 3A | 4E | 0 | 25 | FF | 3F | 26 |
| Octal | 103 | 44 | 240 | 72 | 116 | 0 | 45 | 377 | 77 | 46 |
| Binary | 1000011 | 100100 | 10100000 | 111010 | 1001110 | 0 | 100101 | 11111111 | 111111 | 100110 |
Color Harmonies of #4324A0
Complementary color
Monochromatic Colors of #4324A0
Black with #4324A0
Text Example
Text Example
White with #4324A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4324A0; }
p { color: rgb(67,36,160); }
H1.HeaderClassName
{
color: #4324A0;
}
.AnyTagClassName
{
color: #4324A0;
}
</style>
background-color css
<style>
a { background-color: #4324A0; }
a { background-color: rgb(67,36,160); }
div.DivClassName
{
background-color: #4324A0;
}
.BgClassName
{
background-color: #4324A0;
}
</style>
border-color css
<style>
span { border-color: #4324A0; }
span { border-color: rgb(67,36,160); }
td.TdClassName
{
border-color: #4324A0;
}
.TagClassName
{
border-color: #4324A0;
}
</style>