Shades of Blue Gem #37269B
Tints of Blue Gem #37269B
RGB
CMYK
RGB Variations
Color information
#37269B (or 0x37269B) is known color: Blue Gem. HEX triplet: 37, 26 and 9B. RGB value is (55,38,155). Sum of RGB (Red+Green+Blue) = 55+38+155=248 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.18% from 248); Green value is 38 (15.23% from 255 or 15.32% from 248); Blue value is 155 (60.94% from 255 or 62.5% from 248); Max value from RGB is 155 - color contains mainly: blue. Hex color #37269B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #37269B is #C8D964. Grayscale: #373737. Windows color (decimal): -13162853 or 10167863. OLE color: 10167863.
HSL color Cylindrical-coordinate representation of color #37269B: hue angle of 248.72º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #37269B is Cyan = 0.65, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 55 | 38 | 155 | - |
| CMYK | 0.65 | 0.75 | 0 | 0.39 |
| HSL | 248.72º | 0.61% | 0.38% | - |
| HSV(B) | 248.72º | 0.75% | 0.61% | - |
| XYZ | 8.19 | 4.57 | 31.46 | - |
| YUV | 56.42 | 183.63 | 126.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 38 | 155 | 0.65 | 0.75 | 0 | 0.39 | 248.72 | 0.61 | 0.38 |
| Hex | 37 | 26 | 9B | 41 | 4B | 0 | 27 | F9 | 3D | 26 |
| Octal | 67 | 46 | 233 | 101 | 113 | 0 | 47 | 371 | 75 | 46 |
| Binary | 110111 | 100110 | 10011011 | 1000001 | 1001011 | 0 | 100111 | 11111001 | 111101 | 100110 |
Color Harmonies of #37269B
Complementary color
Monochromatic Colors of #37269B
Black with #37269B
Text Example
Text Example
White with #37269B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37269B; }
p { color: rgb(55,38,155); }
H1.HeaderClassName
{
color: #37269B;
}
.AnyTagClassName
{
color: #37269B;
}
</style>
background-color css
<style>
a { background-color: #37269B; }
a { background-color: rgb(55,38,155); }
div.DivClassName
{
background-color: #37269B;
}
.BgClassName
{
background-color: #37269B;
}
</style>
border-color css
<style>
span { border-color: #37269B; }
span { border-color: rgb(55,38,155); }
td.TdClassName
{
border-color: #37269B;
}
.TagClassName
{
border-color: #37269B;
}
</style>