Shades of Blue Gem #3725AB
Tints of Blue Gem #3725AB
RGB
CMYK
RGB Variations
Color information
#3725AB (or 0x3725AB) is known color: Blue Gem. HEX triplet: 37, 25 and AB. RGB value is (55,37,171). Sum of RGB (Red+Green+Blue) = 55+37+171=263 (34% of max value = 765). Red value is 55 (21.88% from 255 or 20.91% from 263); Green value is 37 (14.84% from 255 or 14.07% from 263); Blue value is 171 (67.19% from 255 or 65.02% from 263); Max value from RGB is 171 - color contains mainly: blue. Hex color #3725AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3725AB is #C8DA54. Grayscale: #393939. Windows color (decimal): -13163093 or 11216183. OLE color: 11216183.
HSL color Cylindrical-coordinate representation of color #3725AB: hue angle of 248.06º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3725AB is Cyan = 0.68, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 55 | 37 | 171 | - |
| CMYK | 0.68 | 0.78 | 0 | 0.33 |
| HSL | 248.06º | 0.64% | 0.41% | - |
| HSV(B) | 248.06º | 0.78% | 0.67% | - |
| XYZ | 9.59 | 5.08 | 39 | - |
| YUV | 57.66 | 191.96 | 126.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 37 | 171 | 0.68 | 0.78 | 0 | 0.33 | 248.06 | 0.64 | 0.41 |
| Hex | 37 | 25 | AB | 44 | 4E | 0 | 21 | F8 | 40 | 29 |
| Octal | 67 | 45 | 253 | 104 | 116 | 0 | 41 | 370 | 100 | 51 |
| Binary | 110111 | 100101 | 10101011 | 1000100 | 1001110 | 0 | 100001 | 11111000 | 1000000 | 101001 |
Color Harmonies of #3725AB
Complementary color
Monochromatic Colors of #3725AB
Black with #3725AB
Text Example
Text Example
White with #3725AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3725AB; }
p { color: rgb(55,37,171); }
H1.HeaderClassName
{
color: #3725AB;
}
.AnyTagClassName
{
color: #3725AB;
}
</style>
background-color css
<style>
a { background-color: #3725AB; }
a { background-color: rgb(55,37,171); }
div.DivClassName
{
background-color: #3725AB;
}
.BgClassName
{
background-color: #3725AB;
}
</style>
border-color css
<style>
span { border-color: #3725AB; }
span { border-color: rgb(55,37,171); }
td.TdClassName
{
border-color: #3725AB;
}
.TagClassName
{
border-color: #3725AB;
}
</style>