Shades of Blue Gem #382296
Tints of Blue Gem #382296
RGB
CMYK
RGB Variations
Color information
#382296 (or 0x382296) is known color: Blue Gem. HEX triplet: 38, 22 and 96. RGB value is (56,34,150). Sum of RGB (Red+Green+Blue) = 56+34+150=240 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.33% from 240); Green value is 34 (13.67% from 255 or 14.17% from 240); Blue value is 150 (58.98% from 255 or 62.5% from 240); Max value from RGB is 150 - color contains mainly: blue. Hex color #382296 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #382296 is #C7DD69. Grayscale: #353535. Windows color (decimal): -13098346 or 9839160. OLE color: 9839160.
HSL color Cylindrical-coordinate representation of color #382296: hue angle of 251.38º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #382296 is Cyan = 0.63, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 56 | 34 | 150 | - |
| CMYK | 0.63 | 0.77 | 0 | 0.41 |
| HSL | 251.38º | 0.63% | 0.36% | - |
| HSV(B) | 251.38º | 0.77% | 0.59% | - |
| XYZ | 7.71 | 4.19 | 29.26 | - |
| YUV | 53.8 | 182.29 | 129.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 34 | 150 | 0.63 | 0.77 | 0 | 0.41 | 251.38 | 0.63 | 0.36 |
| Hex | 38 | 22 | 96 | 3F | 4D | 0 | 29 | FB | 3F | 24 |
| Octal | 70 | 42 | 226 | 77 | 115 | 0 | 51 | 373 | 77 | 44 |
| Binary | 111000 | 100010 | 10010110 | 111111 | 1001101 | 0 | 101001 | 11111011 | 111111 | 100100 |
Color Harmonies of #382296
Complementary color
Monochromatic Colors of #382296
Black with #382296
Text Example
Text Example
White with #382296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #382296; }
p { color: rgb(56,34,150); }
H1.HeaderClassName
{
color: #382296;
}
.AnyTagClassName
{
color: #382296;
}
</style>
background-color css
<style>
a { background-color: #382296; }
a { background-color: rgb(56,34,150); }
div.DivClassName
{
background-color: #382296;
}
.BgClassName
{
background-color: #382296;
}
</style>
border-color css
<style>
span { border-color: #382296; }
span { border-color: rgb(56,34,150); }
td.TdClassName
{
border-color: #382296;
}
.TagClassName
{
border-color: #382296;
}
</style>