Shades of Blue Gem #362BA2
Tints of Blue Gem #362BA2
RGB
CMYK
RGB Variations
Color information
#362BA2 (or 0x362BA2) is known color: Blue Gem. HEX triplet: 36, 2B and A2. RGB value is (54,43,162). Sum of RGB (Red+Green+Blue) = 54+43+162=259 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.85% from 259); Green value is 43 (17.19% from 255 or 16.60% from 259); Blue value is 162 (63.67% from 255 or 62.55% from 259); Max value from RGB is 162 - color contains mainly: blue. Hex color #362BA2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #362BA2 is #C9D45D. Grayscale: #3B3B3B. Windows color (decimal): -13227102 or 10627894. OLE color: 10627894.
HSL color Cylindrical-coordinate representation of color #362BA2: hue angle of 245.55º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #362BA2 is Cyan = 0.67, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 54 | 43 | 162 | - |
| CMYK | 0.67 | 0.73 | 0 | 0.36 |
| HSL | 245.55º | 0.58% | 0.4% | - |
| HSV(B) | 245.55º | 0.73% | 0.64% | - |
| XYZ | 8.91 | 5.12 | 34.7 | - |
| YUV | 59.86 | 185.64 | 123.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 43 | 162 | 0.67 | 0.73 | 0 | 0.36 | 245.55 | 0.58 | 0.4 |
| Hex | 36 | 2B | A2 | 43 | 49 | 0 | 24 | F6 | 3A | 28 |
| Octal | 66 | 53 | 242 | 103 | 111 | 0 | 44 | 366 | 72 | 50 |
| Binary | 110110 | 101011 | 10100010 | 1000011 | 1001001 | 0 | 100100 | 11110110 | 111010 | 101000 |
Color Harmonies of #362BA2
Complementary color
Monochromatic Colors of #362BA2
Black with #362BA2
Text Example
Text Example
White with #362BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362BA2; }
p { color: rgb(54,43,162); }
H1.HeaderClassName
{
color: #362BA2;
}
.AnyTagClassName
{
color: #362BA2;
}
</style>
background-color css
<style>
a { background-color: #362BA2; }
a { background-color: rgb(54,43,162); }
div.DivClassName
{
background-color: #362BA2;
}
.BgClassName
{
background-color: #362BA2;
}
</style>
border-color css
<style>
span { border-color: #362BA2; }
span { border-color: rgb(54,43,162); }
td.TdClassName
{
border-color: #362BA2;
}
.TagClassName
{
border-color: #362BA2;
}
</style>