Shades of Blue Gem #37239D
Tints of Blue Gem #37239D
RGB
CMYK
RGB Variations
Color information
#37239D (or 0x37239D) is known color: Blue Gem. HEX triplet: 37, 23 and 9D. RGB value is (55,35,157). Sum of RGB (Red+Green+Blue) = 55+35+157=247 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.27% from 247); Green value is 35 (14.06% from 255 or 14.17% from 247); Blue value is 157 (61.72% from 255 or 63.56% from 247); Max value from RGB is 157 - color contains mainly: blue. Hex color #37239D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #37239D is #C8DC62. Grayscale: #363636. Windows color (decimal): -13163619 or 10298167. OLE color: 10298167.
HSL color Cylindrical-coordinate representation of color #37239D: hue angle of 249.84º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #37239D is Cyan = 0.65, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 55 | 35 | 157 | - |
| CMYK | 0.65 | 0.78 | 0 | 0.38 |
| HSL | 249.84º | 0.64% | 0.38% | - |
| HSV(B) | 249.84º | 0.78% | 0.62% | - |
| XYZ | 8.26 | 4.45 | 32.32 | - |
| YUV | 54.89 | 185.63 | 128.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 35 | 157 | 0.65 | 0.78 | 0 | 0.38 | 249.84 | 0.64 | 0.38 |
| Hex | 37 | 23 | 9D | 41 | 4E | 0 | 26 | FA | 40 | 26 |
| Octal | 67 | 43 | 235 | 101 | 116 | 0 | 46 | 372 | 100 | 46 |
| Binary | 110111 | 100011 | 10011101 | 1000001 | 1001110 | 0 | 100110 | 11111010 | 1000000 | 100110 |
Color Harmonies of #37239D
Complementary color
Monochromatic Colors of #37239D
Black with #37239D
Text Example
Text Example
White with #37239D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37239D; }
p { color: rgb(55,35,157); }
H1.HeaderClassName
{
color: #37239D;
}
.AnyTagClassName
{
color: #37239D;
}
</style>
background-color css
<style>
a { background-color: #37239D; }
a { background-color: rgb(55,35,157); }
div.DivClassName
{
background-color: #37239D;
}
.BgClassName
{
background-color: #37239D;
}
</style>
border-color css
<style>
span { border-color: #37239D; }
span { border-color: rgb(55,35,157); }
td.TdClassName
{
border-color: #37239D;
}
.TagClassName
{
border-color: #37239D;
}
</style>