Shades of Blue Gem #362AAB
Tints of Blue Gem #362AAB
RGB
CMYK
RGB Variations
Color information
#362AAB (or 0x362AAB) is known color: Blue Gem. HEX triplet: 36, 2A and AB. RGB value is (54,42,171). Sum of RGB (Red+Green+Blue) = 54+42+171=267 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.22% from 267); Green value is 42 (16.80% from 255 or 15.73% from 267); Blue value is 171 (67.19% from 255 or 64.04% from 267); Max value from RGB is 171 - color contains mainly: blue. Hex color #362AAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #362AAB is #C9D554. Grayscale: #3B3B3B. Windows color (decimal): -13227349 or 11217462. OLE color: 11217462.
HSL color Cylindrical-coordinate representation of color #362AAB: hue angle of 245.58º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #362AAB is Cyan = 0.68, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 54 | 42 | 171 | - |
| CMYK | 0.68 | 0.75 | 0 | 0.33 |
| HSL | 245.58º | 0.61% | 0.42% | - |
| HSV(B) | 245.58º | 0.75% | 0.67% | - |
| XYZ | 9.7 | 5.38 | 39.06 | - |
| YUV | 60.29 | 190.48 | 123.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 42 | 171 | 0.68 | 0.75 | 0 | 0.33 | 245.58 | 0.61 | 0.42 |
| Hex | 36 | 2A | AB | 44 | 4B | 0 | 21 | F6 | 3D | 2A |
| Octal | 66 | 52 | 253 | 104 | 113 | 0 | 41 | 366 | 75 | 52 |
| Binary | 110110 | 101010 | 10101011 | 1000100 | 1001011 | 0 | 100001 | 11110110 | 111101 | 101010 |
Color Harmonies of #362AAB
Complementary color
Monochromatic Colors of #362AAB
Black with #362AAB
Text Example
Text Example
White with #362AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362AAB; }
p { color: rgb(54,42,171); }
H1.HeaderClassName
{
color: #362AAB;
}
.AnyTagClassName
{
color: #362AAB;
}
</style>
background-color css
<style>
a { background-color: #362AAB; }
a { background-color: rgb(54,42,171); }
div.DivClassName
{
background-color: #362AAB;
}
.BgClassName
{
background-color: #362AAB;
}
</style>
border-color css
<style>
span { border-color: #362AAB; }
span { border-color: rgb(54,42,171); }
td.TdClassName
{
border-color: #362AAB;
}
.TagClassName
{
border-color: #362AAB;
}
</style>