Shades of Blue Gem #3622AB
Tints of Blue Gem #3622AB
RGB
CMYK
RGB Variations
Color information
#3622AB (or 0x3622AB) is known color: Blue Gem. HEX triplet: 36, 22 and AB. RGB value is (54,34,171). Sum of RGB (Red+Green+Blue) = 54+34+171=259 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.85% from 259); Green value is 34 (13.67% from 255 or 13.13% from 259); Blue value is 171 (67.19% from 255 or 66.02% from 259); Max value from RGB is 171 - color contains mainly: blue. Hex color #3622AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3622AB is #C9DD54. Grayscale: #373737. Windows color (decimal): -13229397 or 11215414. OLE color: 11215414.
HSL color Cylindrical-coordinate representation of color #3622AB: hue angle of 248.76º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3622AB is Cyan = 0.68, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 54 | 34 | 171 | - |
| CMYK | 0.68 | 0.80 | 0 | 0.33 |
| HSL | 248.76º | 0.67% | 0.4% | - |
| HSV(B) | 248.76º | 0.8% | 0.67% | - |
| XYZ | 9.44 | 4.87 | 38.97 | - |
| YUV | 55.6 | 193.13 | 126.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 34 | 171 | 0.68 | 0.80 | 0 | 0.33 | 248.76 | 0.67 | 0.4 |
| Hex | 36 | 22 | AB | 44 | 50 | 0 | 21 | F9 | 43 | 28 |
| Octal | 66 | 42 | 253 | 104 | 120 | 0 | 41 | 371 | 103 | 50 |
| Binary | 110110 | 100010 | 10101011 | 1000100 | 1010000 | 0 | 100001 | 11111001 | 1000011 | 101000 |
Color Harmonies of #3622AB
Complementary color
Monochromatic Colors of #3622AB
Black with #3622AB
Text Example
Text Example
White with #3622AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3622AB; }
p { color: rgb(54,34,171); }
H1.HeaderClassName
{
color: #3622AB;
}
.AnyTagClassName
{
color: #3622AB;
}
</style>
background-color css
<style>
a { background-color: #3622AB; }
a { background-color: rgb(54,34,171); }
div.DivClassName
{
background-color: #3622AB;
}
.BgClassName
{
background-color: #3622AB;
}
</style>
border-color css
<style>
span { border-color: #3622AB; }
span { border-color: rgb(54,34,171); }
td.TdClassName
{
border-color: #3622AB;
}
.TagClassName
{
border-color: #3622AB;
}
</style>