Shades of Blue Gem #3822A1
Tints of Blue Gem #3822A1
RGB
CMYK
RGB Variations
Color information
#3822A1 (or 0x3822A1) is known color: Blue Gem. HEX triplet: 38, 22 and A1. RGB value is (56,34,161). Sum of RGB (Red+Green+Blue) = 56+34+161=251 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.31% from 251); Green value is 34 (13.67% from 255 or 13.55% from 251); Blue value is 161 (63.28% from 255 or 64.14% from 251); Max value from RGB is 161 - color contains mainly: blue. Hex color #3822A1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3822A1 is #C7DD5E. Grayscale: #363636. Windows color (decimal): -13098335 or 10560056. OLE color: 10560056.
HSL color Cylindrical-coordinate representation of color #3822A1: hue angle of 250.39º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3822A1 is Cyan = 0.65, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 56 | 34 | 161 | - |
| CMYK | 0.65 | 0.79 | 0 | 0.37 |
| HSL | 250.39º | 0.65% | 0.38% | - |
| HSV(B) | 250.39º | 0.79% | 0.63% | - |
| XYZ | 8.64 | 4.56 | 34.14 | - |
| YUV | 55.06 | 187.79 | 128.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 34 | 161 | 0.65 | 0.79 | 0 | 0.37 | 250.39 | 0.65 | 0.38 |
| Hex | 38 | 22 | A1 | 41 | 4F | 0 | 25 | FA | 41 | 26 |
| Octal | 70 | 42 | 241 | 101 | 117 | 0 | 45 | 372 | 101 | 46 |
| Binary | 111000 | 100010 | 10100001 | 1000001 | 1001111 | 0 | 100101 | 11111010 | 1000001 | 100110 |
Color Harmonies of #3822A1
Complementary color
Monochromatic Colors of #3822A1
Black with #3822A1
Text Example
Text Example
White with #3822A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3822A1; }
p { color: rgb(56,34,161); }
H1.HeaderClassName
{
color: #3822A1;
}
.AnyTagClassName
{
color: #3822A1;
}
</style>
background-color css
<style>
a { background-color: #3822A1; }
a { background-color: rgb(56,34,161); }
div.DivClassName
{
background-color: #3822A1;
}
.BgClassName
{
background-color: #3822A1;
}
</style>
border-color css
<style>
span { border-color: #3822A1; }
span { border-color: rgb(56,34,161); }
td.TdClassName
{
border-color: #3822A1;
}
.TagClassName
{
border-color: #3822A1;
}
</style>