Shades of Blue Gem #4334AB
Tints of Blue Gem #4334AB
RGB
CMYK
RGB Variations
Color information
#4334AB (or 0x4334AB) is known color: Blue Gem. HEX triplet: 43, 34 and AB. RGB value is (67,52,171). Sum of RGB (Red+Green+Blue) = 67+52+171=290 (38% of max value = 765). Red value is 67 (26.56% from 255 or 23.10% from 290); Green value is 52 (20.70% from 255 or 17.93% from 290); Blue value is 171 (67.19% from 255 or 58.97% from 290); Max value from RGB is 171 - color contains mainly: blue. Hex color #4334AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4334AB is #BCCB54. Grayscale: #454545. Windows color (decimal): -12372821 or 11220035. OLE color: 11220035.
HSL color Cylindrical-coordinate representation of color #4334AB: hue angle of 247.56º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4334AB is Cyan = 0.61, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 67 | 52 | 171 | - |
| CMYK | 0.61 | 0.70 | 0 | 0.33 |
| HSL | 247.56º | 0.53% | 0.44% | - |
| HSV(B) | 247.56º | 0.7% | 0.67% | - |
| XYZ | 10.89 | 6.59 | 39.23 | - |
| YUV | 70.05 | 184.97 | 125.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 52 | 171 | 0.61 | 0.70 | 0 | 0.33 | 247.56 | 0.53 | 0.44 |
| Hex | 43 | 34 | AB | 3D | 46 | 0 | 21 | F8 | 35 | 2C |
| Octal | 103 | 64 | 253 | 75 | 106 | 0 | 41 | 370 | 65 | 54 |
| Binary | 1000011 | 110100 | 10101011 | 111101 | 1000110 | 0 | 100001 | 11111000 | 110101 | 101100 |
Color Harmonies of #4334AB
Complementary color
Monochromatic Colors of #4334AB
Black with #4334AB
Text Example
Text Example
White with #4334AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4334AB; }
p { color: rgb(67,52,171); }
H1.HeaderClassName
{
color: #4334AB;
}
.AnyTagClassName
{
color: #4334AB;
}
</style>
background-color css
<style>
a { background-color: #4334AB; }
a { background-color: rgb(67,52,171); }
div.DivClassName
{
background-color: #4334AB;
}
.BgClassName
{
background-color: #4334AB;
}
</style>
border-color css
<style>
span { border-color: #4334AB; }
span { border-color: rgb(67,52,171); }
td.TdClassName
{
border-color: #4334AB;
}
.TagClassName
{
border-color: #4334AB;
}
</style>