Shades of Blue Gem #361BAE
Tints of Blue Gem #361BAE
RGB
CMYK
RGB Variations
Color information
#361BAE (or 0x361BAE) is known color: Blue Gem. HEX triplet: 36, 1B and AE. RGB value is (54,27,174). Sum of RGB (Red+Green+Blue) = 54+27+174=255 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.18% from 255); Green value is 27 (10.94% from 255 or 10.59% from 255); Blue value is 174 (68.36% from 255 or 68.24% from 255); Max value from RGB is 174 - color contains mainly: blue. Hex color #361BAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #361BAE is #C9E451. Grayscale: #333333. Windows color (decimal): -13231186 or 11410230. OLE color: 11410230.
HSL color Cylindrical-coordinate representation of color #361BAE: hue angle of 251.02º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #361BAE is Cyan = 0.69, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 54 | 27 | 174 | - |
| CMYK | 0.69 | 0.84 | 0 | 0.32 |
| HSL | 251.02º | 0.73% | 0.39% | - |
| HSV(B) | 251.02º | 0.84% | 0.68% | - |
| XYZ | 9.55 | 4.62 | 40.43 | - |
| YUV | 51.83 | 196.95 | 129.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 27 | 174 | 0.69 | 0.84 | 0 | 0.32 | 251.02 | 0.73 | 0.39 |
| Hex | 36 | 1B | AE | 45 | 54 | 0 | 20 | FB | 49 | 27 |
| Octal | 66 | 33 | 256 | 105 | 124 | 0 | 40 | 373 | 111 | 47 |
| Binary | 110110 | 11011 | 10101110 | 1000101 | 1010100 | 0 | 100000 | 11111011 | 1001001 | 100111 |
Color Harmonies of #361BAE
Complementary color
Monochromatic Colors of #361BAE
Black with #361BAE
Text Example
Text Example
White with #361BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #361BAE; }
p { color: rgb(54,27,174); }
H1.HeaderClassName
{
color: #361BAE;
}
.AnyTagClassName
{
color: #361BAE;
}
</style>
background-color css
<style>
a { background-color: #361BAE; }
a { background-color: rgb(54,27,174); }
div.DivClassName
{
background-color: #361BAE;
}
.BgClassName
{
background-color: #361BAE;
}
</style>
border-color css
<style>
span { border-color: #361BAE; }
span { border-color: rgb(54,27,174); }
td.TdClassName
{
border-color: #361BAE;
}
.TagClassName
{
border-color: #361BAE;
}
</style>