Shades of Blue Gem #3624AB
Tints of Blue Gem #3624AB
RGB
CMYK
RGB Variations
Color information
#3624AB (or 0x3624AB) is known color: Blue Gem. HEX triplet: 36, 24 and AB. RGB value is (54,36,171). Sum of RGB (Red+Green+Blue) = 54+36+171=261 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.69% from 261); Green value is 36 (14.45% from 255 or 13.79% from 261); Blue value is 171 (67.19% from 255 or 65.52% from 261); Max value from RGB is 171 - color contains mainly: blue. Hex color #3624AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3624AB is #C9DB54. Grayscale: #383838. Windows color (decimal): -13228885 or 11215926. OLE color: 11215926.
HSL color Cylindrical-coordinate representation of color #3624AB: hue angle of 248º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3624AB is Cyan = 0.68, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 54 | 36 | 171 | - |
| CMYK | 0.68 | 0.79 | 0 | 0.33 |
| HSL | 248º | 0.65% | 0.41% | - |
| HSV(B) | 248º | 0.79% | 0.67% | - |
| XYZ | 9.5 | 4.99 | 38.99 | - |
| YUV | 56.77 | 192.46 | 126.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 36 | 171 | 0.68 | 0.79 | 0 | 0.33 | 248 | 0.65 | 0.41 |
| Hex | 36 | 24 | AB | 44 | 4F | 0 | 21 | F8 | 41 | 29 |
| Octal | 66 | 44 | 253 | 104 | 117 | 0 | 41 | 370 | 101 | 51 |
| Binary | 110110 | 100100 | 10101011 | 1000100 | 1001111 | 0 | 100001 | 11111000 | 1000001 | 101001 |
Color Harmonies of #3624AB
Complementary color
Monochromatic Colors of #3624AB
Black with #3624AB
Text Example
Text Example
White with #3624AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3624AB; }
p { color: rgb(54,36,171); }
H1.HeaderClassName
{
color: #3624AB;
}
.AnyTagClassName
{
color: #3624AB;
}
</style>
background-color css
<style>
a { background-color: #3624AB; }
a { background-color: rgb(54,36,171); }
div.DivClassName
{
background-color: #3624AB;
}
.BgClassName
{
background-color: #3624AB;
}
</style>
border-color css
<style>
span { border-color: #3624AB; }
span { border-color: rgb(54,36,171); }
td.TdClassName
{
border-color: #3624AB;
}
.TagClassName
{
border-color: #3624AB;
}
</style>