Shades of Blue Gem #3819AD
Tints of Blue Gem #3819AD
RGB
CMYK
RGB Variations
Color information
#3819AD (or 0x3819AD) is known color: Blue Gem. HEX triplet: 38, 19 and AD. RGB value is (56,25,173). Sum of RGB (Red+Green+Blue) = 56+25+173=254 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.05% from 254); Green value is 25 (10.16% from 255 or 9.84% from 254); Blue value is 173 (67.97% from 255 or 68.11% from 254); Max value from RGB is 173 - color contains mainly: blue. Hex color #3819AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3819AD is #C7E652. Grayscale: #323232. Windows color (decimal): -13100627 or 11344184. OLE color: 11344184.
HSL color Cylindrical-coordinate representation of color #3819AD: hue angle of 252.57º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3819AD is Cyan = 0.68, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 56 | 25 | 173 | - |
| CMYK | 0.68 | 0.86 | 0 | 0.32 |
| HSL | 252.57º | 0.75% | 0.39% | - |
| HSV(B) | 252.57º | 0.86% | 0.68% | - |
| XYZ | 9.52 | 4.55 | 39.91 | - |
| YUV | 51.14 | 196.77 | 131.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 25 | 173 | 0.68 | 0.86 | 0 | 0.32 | 252.57 | 0.75 | 0.39 |
| Hex | 38 | 19 | AD | 44 | 56 | 0 | 20 | FD | 4B | 27 |
| Octal | 70 | 31 | 255 | 104 | 126 | 0 | 40 | 375 | 113 | 47 |
| Binary | 111000 | 11001 | 10101101 | 1000100 | 1010110 | 0 | 100000 | 11111101 | 1001011 | 100111 |
Color Harmonies of #3819AD
Complementary color
Monochromatic Colors of #3819AD
Black with #3819AD
Text Example
Text Example
White with #3819AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3819AD; }
p { color: rgb(56,25,173); }
H1.HeaderClassName
{
color: #3819AD;
}
.AnyTagClassName
{
color: #3819AD;
}
</style>
background-color css
<style>
a { background-color: #3819AD; }
a { background-color: rgb(56,25,173); }
div.DivClassName
{
background-color: #3819AD;
}
.BgClassName
{
background-color: #3819AD;
}
</style>
border-color css
<style>
span { border-color: #3819AD; }
span { border-color: rgb(56,25,173); }
td.TdClassName
{
border-color: #3819AD;
}
.TagClassName
{
border-color: #3819AD;
}
</style>