Shades of Blue Gem #361BA9
Tints of Blue Gem #361BA9
RGB
CMYK
RGB Variations
Color information
#361BA9 (or 0x361BA9) is known color: Blue Gem. HEX triplet: 36, 1B and A9. RGB value is (54,27,169). Sum of RGB (Red+Green+Blue) = 54+27+169=250 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.6% from 250); Green value is 27 (10.94% from 255 or 10.8% from 250); Blue value is 169 (66.41% from 255 or 67.6% from 250); Max value from RGB is 169 - color contains mainly: blue. Hex color #361BA9 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #361BA9 is #C9E456. Grayscale: #323232. Windows color (decimal): -13231191 or 11082550. OLE color: 11082550.
HSL color Cylindrical-coordinate representation of color #361BA9: hue angle of 251.41º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #361BA9 is Cyan = 0.68, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 54 | 27 | 169 | - |
| CMYK | 0.68 | 0.84 | 0 | 0.34 |
| HSL | 251.41º | 0.72% | 0.38% | - |
| HSV(B) | 251.41º | 0.84% | 0.66% | - |
| XYZ | 9.07 | 4.43 | 37.91 | - |
| YUV | 51.26 | 194.45 | 129.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 27 | 169 | 0.68 | 0.84 | 0 | 0.34 | 251.41 | 0.72 | 0.38 |
| Hex | 36 | 1B | A9 | 44 | 54 | 0 | 22 | FB | 48 | 26 |
| Octal | 66 | 33 | 251 | 104 | 124 | 0 | 42 | 373 | 110 | 46 |
| Binary | 110110 | 11011 | 10101001 | 1000100 | 1010100 | 0 | 100010 | 11111011 | 1001000 | 100110 |
Color Harmonies of #361BA9
Complementary color
Monochromatic Colors of #361BA9
Black with #361BA9
Text Example
Text Example
White with #361BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #361BA9; }
p { color: rgb(54,27,169); }
H1.HeaderClassName
{
color: #361BA9;
}
.AnyTagClassName
{
color: #361BA9;
}
</style>
background-color css
<style>
a { background-color: #361BA9; }
a { background-color: rgb(54,27,169); }
div.DivClassName
{
background-color: #361BA9;
}
.BgClassName
{
background-color: #361BA9;
}
</style>
border-color css
<style>
span { border-color: #361BA9; }
span { border-color: rgb(54,27,169); }
td.TdClassName
{
border-color: #361BA9;
}
.TagClassName
{
border-color: #361BA9;
}
</style>