Shades of Blue Gem #3719AC
Tints of Blue Gem #3719AC
RGB
CMYK
RGB Variations
Color information
#3719AC (or 0x3719AC) is known color: Blue Gem. HEX triplet: 37, 19 and AC. RGB value is (55,25,172). Sum of RGB (Red+Green+Blue) = 55+25+172=252 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.83% from 252); Green value is 25 (10.16% from 255 or 9.92% from 252); Blue value is 172 (67.58% from 255 or 68.25% from 252); Max value from RGB is 172 - color contains mainly: blue. Hex color #3719AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3719AC is #C8E653. Grayscale: #323232. Windows color (decimal): -13166164 or 11278647. OLE color: 11278647.
HSL color Cylindrical-coordinate representation of color #3719AC: hue angle of 252.24º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3719AC is Cyan = 0.68, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 55 | 25 | 172 | - |
| CMYK | 0.68 | 0.85 | 0 | 0.33 |
| HSL | 252.24º | 0.75% | 0.39% | - |
| HSV(B) | 252.24º | 0.85% | 0.67% | - |
| XYZ | 9.37 | 4.49 | 39.4 | - |
| YUV | 50.73 | 196.44 | 131.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 25 | 172 | 0.68 | 0.85 | 0 | 0.33 | 252.24 | 0.75 | 0.39 |
| Hex | 37 | 19 | AC | 44 | 55 | 0 | 21 | FC | 4B | 27 |
| Octal | 67 | 31 | 254 | 104 | 125 | 0 | 41 | 374 | 113 | 47 |
| Binary | 110111 | 11001 | 10101100 | 1000100 | 1010101 | 0 | 100001 | 11111100 | 1001011 | 100111 |
Color Harmonies of #3719AC
Complementary color
Monochromatic Colors of #3719AC
Black with #3719AC
Text Example
Text Example
White with #3719AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3719AC; }
p { color: rgb(55,25,172); }
H1.HeaderClassName
{
color: #3719AC;
}
.AnyTagClassName
{
color: #3719AC;
}
</style>
background-color css
<style>
a { background-color: #3719AC; }
a { background-color: rgb(55,25,172); }
div.DivClassName
{
background-color: #3719AC;
}
.BgClassName
{
background-color: #3719AC;
}
</style>
border-color css
<style>
span { border-color: #3719AC; }
span { border-color: rgb(55,25,172); }
td.TdClassName
{
border-color: #3719AC;
}
.TagClassName
{
border-color: #3719AC;
}
</style>