Shades of Blue Gem #3823AA
Tints of Blue Gem #3823AA
RGB
CMYK
RGB Variations
Color information
#3823AA (or 0x3823AA) is known color: Blue Gem. HEX triplet: 38, 23 and AA. RGB value is (56,35,170). Sum of RGB (Red+Green+Blue) = 56+35+170=261 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.46% from 261); Green value is 35 (14.06% from 255 or 13.41% from 261); Blue value is 170 (66.80% from 255 or 65.13% from 261); Max value from RGB is 170 - color contains mainly: blue. Hex color #3823AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3823AA is #C7DC55. Grayscale: #383838. Windows color (decimal): -13098070 or 11150136. OLE color: 11150136.
HSL color Cylindrical-coordinate representation of color #3823AA: hue angle of 249.33º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3823AA is Cyan = 0.67, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 56 | 35 | 170 | - |
| CMYK | 0.67 | 0.79 | 0 | 0.33 |
| HSL | 249.33º | 0.66% | 0.4% | - |
| HSV(B) | 249.33º | 0.79% | 0.67% | - |
| XYZ | 9.49 | 4.95 | 38.48 | - |
| YUV | 56.67 | 191.96 | 127.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 35 | 170 | 0.67 | 0.79 | 0 | 0.33 | 249.33 | 0.66 | 0.4 |
| Hex | 38 | 23 | AA | 43 | 4F | 0 | 21 | F9 | 42 | 28 |
| Octal | 70 | 43 | 252 | 103 | 117 | 0 | 41 | 371 | 102 | 50 |
| Binary | 111000 | 100011 | 10101010 | 1000011 | 1001111 | 0 | 100001 | 11111001 | 1000010 | 101000 |
Color Harmonies of #3823AA
Complementary color
Monochromatic Colors of #3823AA
Black with #3823AA
Text Example
Text Example
White with #3823AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3823AA; }
p { color: rgb(56,35,170); }
H1.HeaderClassName
{
color: #3823AA;
}
.AnyTagClassName
{
color: #3823AA;
}
</style>
background-color css
<style>
a { background-color: #3823AA; }
a { background-color: rgb(56,35,170); }
div.DivClassName
{
background-color: #3823AA;
}
.BgClassName
{
background-color: #3823AA;
}
</style>
border-color css
<style>
span { border-color: #3823AA; }
span { border-color: rgb(56,35,170); }
td.TdClassName
{
border-color: #3823AA;
}
.TagClassName
{
border-color: #3823AA;
}
</style>