Shades of Blue Gem #3823AC
Tints of Blue Gem #3823AC
RGB
CMYK
RGB Variations
Color information
#3823AC (or 0x3823AC) is known color: Blue Gem. HEX triplet: 38, 23 and AC. RGB value is (56,35,172). Sum of RGB (Red+Green+Blue) = 56+35+172=263 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.29% from 263); Green value is 35 (14.06% from 255 or 13.31% from 263); Blue value is 172 (67.58% from 255 or 65.40% from 263); Max value from RGB is 172 - color contains mainly: blue. Hex color #3823AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3823AC is #C7DC53. Grayscale: #383838. Windows color (decimal): -13098068 or 11281208. OLE color: 11281208.
HSL color Cylindrical-coordinate representation of color #3823AC: hue angle of 249.2º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3823AC is Cyan = 0.67, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 56 | 35 | 172 | - |
| CMYK | 0.67 | 0.80 | 0 | 0.33 |
| HSL | 249.2º | 0.66% | 0.41% | - |
| HSV(B) | 249.2º | 0.8% | 0.67% | - |
| XYZ | 9.68 | 5.02 | 39.49 | - |
| YUV | 56.9 | 192.96 | 127.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 35 | 172 | 0.67 | 0.80 | 0 | 0.33 | 249.2 | 0.66 | 0.41 |
| Hex | 38 | 23 | AC | 43 | 50 | 0 | 21 | F9 | 42 | 29 |
| Octal | 70 | 43 | 254 | 103 | 120 | 0 | 41 | 371 | 102 | 51 |
| Binary | 111000 | 100011 | 10101100 | 1000011 | 1010000 | 0 | 100001 | 11111001 | 1000010 | 101001 |
Color Harmonies of #3823AC
Complementary color
Monochromatic Colors of #3823AC
Black with #3823AC
Text Example
Text Example
White with #3823AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3823AC; }
p { color: rgb(56,35,172); }
H1.HeaderClassName
{
color: #3823AC;
}
.AnyTagClassName
{
color: #3823AC;
}
</style>
background-color css
<style>
a { background-color: #3823AC; }
a { background-color: rgb(56,35,172); }
div.DivClassName
{
background-color: #3823AC;
}
.BgClassName
{
background-color: #3823AC;
}
</style>
border-color css
<style>
span { border-color: #3823AC; }
span { border-color: rgb(56,35,172); }
td.TdClassName
{
border-color: #3823AC;
}
.TagClassName
{
border-color: #3823AC;
}
</style>