Shades of Blue Gem #361AAA
Tints of Blue Gem #361AAA
RGB
CMYK
RGB Variations
Color information
#361AAA (or 0x361AAA) is known color: Blue Gem. HEX triplet: 36, 1A and AA. RGB value is (54,26,170). Sum of RGB (Red+Green+Blue) = 54+26+170=250 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.6% from 250); Green value is 26 (10.55% from 255 or 10.4% from 250); Blue value is 170 (66.80% from 255 or 68% from 250); Max value from RGB is 170 - color contains mainly: blue. Hex color #361AAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #361AAA is #C9E555. Grayscale: #323232. Windows color (decimal): -13231446 or 11147830. OLE color: 11147830.
HSL color Cylindrical-coordinate representation of color #361AAA: hue angle of 251.67º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #361AAA is Cyan = 0.68, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 54 | 26 | 170 | - |
| CMYK | 0.68 | 0.85 | 0 | 0.33 |
| HSL | 251.67º | 0.73% | 0.38% | - |
| HSV(B) | 251.67º | 0.85% | 0.67% | - |
| XYZ | 9.15 | 4.43 | 38.4 | - |
| YUV | 50.79 | 195.28 | 130.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 26 | 170 | 0.68 | 0.85 | 0 | 0.33 | 251.67 | 0.73 | 0.38 |
| Hex | 36 | 1A | AA | 44 | 55 | 0 | 21 | FC | 49 | 26 |
| Octal | 66 | 32 | 252 | 104 | 125 | 0 | 41 | 374 | 111 | 46 |
| Binary | 110110 | 11010 | 10101010 | 1000100 | 1010101 | 0 | 100001 | 11111100 | 1001001 | 100110 |
Color Harmonies of #361AAA
Complementary color
Monochromatic Colors of #361AAA
Black with #361AAA
Text Example
Text Example
White with #361AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #361AAA; }
p { color: rgb(54,26,170); }
H1.HeaderClassName
{
color: #361AAA;
}
.AnyTagClassName
{
color: #361AAA;
}
</style>
background-color css
<style>
a { background-color: #361AAA; }
a { background-color: rgb(54,26,170); }
div.DivClassName
{
background-color: #361AAA;
}
.BgClassName
{
background-color: #361AAA;
}
</style>
border-color css
<style>
span { border-color: #361AAA; }
span { border-color: rgb(54,26,170); }
td.TdClassName
{
border-color: #361AAA;
}
.TagClassName
{
border-color: #361AAA;
}
</style>