Shades of Blue Gem #37289C
Tints of Blue Gem #37289C
RGB
CMYK
RGB Variations
Color information
#37289C (or 0x37289C) is known color: Blue Gem. HEX triplet: 37, 28 and 9C. RGB value is (55,40,156). Sum of RGB (Red+Green+Blue) = 55+40+156=251 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.91% from 251); Green value is 40 (16.02% from 255 or 15.94% from 251); Blue value is 156 (61.33% from 255 or 62.15% from 251); Max value from RGB is 156 - color contains mainly: blue. Hex color #37289C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #37289C is #C8D763. Grayscale: #393939. Windows color (decimal): -13162340 or 10233911. OLE color: 10233911.
HSL color Cylindrical-coordinate representation of color #37289C: hue angle of 247.76º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #37289C is Cyan = 0.65, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 55 | 40 | 156 | - |
| CMYK | 0.65 | 0.74 | 0 | 0.39 |
| HSL | 247.76º | 0.59% | 0.38% | - |
| HSV(B) | 247.76º | 0.74% | 0.61% | - |
| XYZ | 8.34 | 4.73 | 31.93 | - |
| YUV | 57.71 | 183.47 | 126.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 40 | 156 | 0.65 | 0.74 | 0 | 0.39 | 247.76 | 0.59 | 0.38 |
| Hex | 37 | 28 | 9C | 41 | 4A | 0 | 27 | F8 | 3B | 26 |
| Octal | 67 | 50 | 234 | 101 | 112 | 0 | 47 | 370 | 73 | 46 |
| Binary | 110111 | 101000 | 10011100 | 1000001 | 1001010 | 0 | 100111 | 11111000 | 111011 | 100110 |
Color Harmonies of #37289C
Complementary color
Monochromatic Colors of #37289C
Black with #37289C
Text Example
Text Example
White with #37289C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37289C; }
p { color: rgb(55,40,156); }
H1.HeaderClassName
{
color: #37289C;
}
.AnyTagClassName
{
color: #37289C;
}
</style>
background-color css
<style>
a { background-color: #37289C; }
a { background-color: rgb(55,40,156); }
div.DivClassName
{
background-color: #37289C;
}
.BgClassName
{
background-color: #37289C;
}
</style>
border-color css
<style>
span { border-color: #37289C; }
span { border-color: rgb(55,40,156); }
td.TdClassName
{
border-color: #37289C;
}
.TagClassName
{
border-color: #37289C;
}
</style>