Shades of Blue Gem #361EAC
Tints of Blue Gem #361EAC
RGB
CMYK
RGB Variations
Color information
#361EAC (or 0x361EAC) is known color: Blue Gem. HEX triplet: 36, 1E and AC. RGB value is (54,30,172). Sum of RGB (Red+Green+Blue) = 54+30+172=256 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.09% from 256); Green value is 30 (12.11% from 255 or 11.72% from 256); Blue value is 172 (67.58% from 255 or 67.19% from 256); Max value from RGB is 172 - color contains mainly: blue. Hex color #361EAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #361EAC is #C9E153. Grayscale: #343434. Windows color (decimal): -13230420 or 11279926. OLE color: 11279926.
HSL color Cylindrical-coordinate representation of color #361EAC: hue angle of 250.14º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #361EAC is Cyan = 0.69, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 54 | 30 | 172 | - |
| CMYK | 0.69 | 0.83 | 0 | 0.33 |
| HSL | 250.14º | 0.7% | 0.4% | - |
| HSV(B) | 250.14º | 0.83% | 0.67% | - |
| XYZ | 9.43 | 4.69 | 39.44 | - |
| YUV | 53.36 | 194.95 | 128.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 30 | 172 | 0.69 | 0.83 | 0 | 0.33 | 250.14 | 0.7 | 0.4 |
| Hex | 36 | 1E | AC | 45 | 53 | 0 | 21 | FA | 46 | 28 |
| Octal | 66 | 36 | 254 | 105 | 123 | 0 | 41 | 372 | 106 | 50 |
| Binary | 110110 | 11110 | 10101100 | 1000101 | 1010011 | 0 | 100001 | 11111010 | 1000110 | 101000 |
Color Harmonies of #361EAC
Complementary color
Monochromatic Colors of #361EAC
Black with #361EAC
Text Example
Text Example
White with #361EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #361EAC; }
p { color: rgb(54,30,172); }
H1.HeaderClassName
{
color: #361EAC;
}
.AnyTagClassName
{
color: #361EAC;
}
</style>
background-color css
<style>
a { background-color: #361EAC; }
a { background-color: rgb(54,30,172); }
div.DivClassName
{
background-color: #361EAC;
}
.BgClassName
{
background-color: #361EAC;
}
</style>
border-color css
<style>
span { border-color: #361EAC; }
span { border-color: rgb(54,30,172); }
td.TdClassName
{
border-color: #361EAC;
}
.TagClassName
{
border-color: #361EAC;
}
</style>