Shades of Blue Gem #372DA5
Tints of Blue Gem #372DA5
RGB
CMYK
RGB Variations
Color information
#372DA5 (or 0x372DA5) is known color: Blue Gem. HEX triplet: 37, 2D and A5. RGB value is (55,45,165). Sum of RGB (Red+Green+Blue) = 55+45+165=265 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.75% from 265); Green value is 45 (17.97% from 255 or 16.98% from 265); Blue value is 165 (64.84% from 255 or 62.26% from 265); Max value from RGB is 165 - color contains mainly: blue. Hex color #372DA5 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #372DA5 is #C8D25A. Grayscale: #3D3D3D. Windows color (decimal): -13161051 or 10825015. OLE color: 10825015.
HSL color Cylindrical-coordinate representation of color #372DA5: hue angle of 245º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #372DA5 is Cyan = 0.67, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 55 | 45 | 165 | - |
| CMYK | 0.67 | 0.73 | 0 | 0.35 |
| HSL | 245º | 0.57% | 0.41% | - |
| HSV(B) | 245º | 0.73% | 0.65% | - |
| XYZ | 9.31 | 5.41 | 36.15 | - |
| YUV | 61.67 | 186.31 | 123.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 45 | 165 | 0.67 | 0.73 | 0 | 0.35 | 245 | 0.57 | 0.41 |
| Hex | 37 | 2D | A5 | 43 | 49 | 0 | 23 | F5 | 39 | 29 |
| Octal | 67 | 55 | 245 | 103 | 111 | 0 | 43 | 365 | 71 | 51 |
| Binary | 110111 | 101101 | 10100101 | 1000011 | 1001001 | 0 | 100011 | 11110101 | 111001 | 101001 |
Color Harmonies of #372DA5
Complementary color
Monochromatic Colors of #372DA5
Black with #372DA5
Text Example
Text Example
White with #372DA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #372DA5; }
p { color: rgb(55,45,165); }
H1.HeaderClassName
{
color: #372DA5;
}
.AnyTagClassName
{
color: #372DA5;
}
</style>
background-color css
<style>
a { background-color: #372DA5; }
a { background-color: rgb(55,45,165); }
div.DivClassName
{
background-color: #372DA5;
}
.BgClassName
{
background-color: #372DA5;
}
</style>
border-color css
<style>
span { border-color: #372DA5; }
span { border-color: rgb(55,45,165); }
td.TdClassName
{
border-color: #372DA5;
}
.TagClassName
{
border-color: #372DA5;
}
</style>