Shades of Blue Gem #37259C
Tints of Blue Gem #37259C
RGB
CMYK
RGB Variations
Color information
#37259C (or 0x37259C) is known color: Blue Gem. HEX triplet: 37, 25 and 9C. RGB value is (55,37,156). Sum of RGB (Red+Green+Blue) = 55+37+156=248 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.18% from 248); Green value is 37 (14.84% from 255 or 14.92% from 248); Blue value is 156 (61.33% from 255 or 62.90% from 248); Max value from RGB is 156 - color contains mainly: blue. Hex color #37259C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #37259C is #C8DA63. Grayscale: #373737. Windows color (decimal): -13163108 or 10233143. OLE color: 10233143.
HSL color Cylindrical-coordinate representation of color #37259C: hue angle of 249.08º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #37259C is Cyan = 0.65, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 55 | 37 | 156 | - |
| CMYK | 0.65 | 0.76 | 0 | 0.39 |
| HSL | 249.08º | 0.62% | 0.38% | - |
| HSV(B) | 249.08º | 0.76% | 0.61% | - |
| XYZ | 8.24 | 4.54 | 31.89 | - |
| YUV | 55.95 | 184.46 | 127.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 37 | 156 | 0.65 | 0.76 | 0 | 0.39 | 249.08 | 0.62 | 0.38 |
| Hex | 37 | 25 | 9C | 41 | 4C | 0 | 27 | F9 | 3E | 26 |
| Octal | 67 | 45 | 234 | 101 | 114 | 0 | 47 | 371 | 76 | 46 |
| Binary | 110111 | 100101 | 10011100 | 1000001 | 1001100 | 0 | 100111 | 11111001 | 111110 | 100110 |
Color Harmonies of #37259C
Complementary color
Monochromatic Colors of #37259C
Black with #37259C
Text Example
Text Example
White with #37259C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37259C; }
p { color: rgb(55,37,156); }
H1.HeaderClassName
{
color: #37259C;
}
.AnyTagClassName
{
color: #37259C;
}
</style>
background-color css
<style>
a { background-color: #37259C; }
a { background-color: rgb(55,37,156); }
div.DivClassName
{
background-color: #37259C;
}
.BgClassName
{
background-color: #37259C;
}
</style>
border-color css
<style>
span { border-color: #37259C; }
span { border-color: rgb(55,37,156); }
td.TdClassName
{
border-color: #37259C;
}
.TagClassName
{
border-color: #37259C;
}
</style>