Shades of Blue Gem #382397
Tints of Blue Gem #382397
RGB
CMYK
RGB Variations
Color information
#382397 (or 0x382397) is known color: Blue Gem. HEX triplet: 38, 23 and 97. RGB value is (56,35,151). Sum of RGB (Red+Green+Blue) = 56+35+151=242 (32% of max value = 765). Red value is 56 (22.27% from 255 or 23.14% from 242); Green value is 35 (14.06% from 255 or 14.46% from 242); Blue value is 151 (59.38% from 255 or 62.40% from 242); Max value from RGB is 151 - color contains mainly: blue. Hex color #382397 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #382397 is #C7DC68. Grayscale: #363636. Windows color (decimal): -13098089 or 9904952. OLE color: 9904952.
HSL color Cylindrical-coordinate representation of color #382397: hue angle of 250.86º degrees, saturation: 0.62, 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 #382397 is Cyan = 0.63, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 56 | 35 | 151 | - |
| CMYK | 0.63 | 0.77 | 0 | 0.41 |
| HSL | 250.86º | 0.62% | 0.36% | - |
| HSV(B) | 250.86º | 0.77% | 0.59% | - |
| XYZ | 7.82 | 4.28 | 29.69 | - |
| YUV | 54.5 | 182.46 | 129.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 35 | 151 | 0.63 | 0.77 | 0 | 0.41 | 250.86 | 0.62 | 0.36 |
| Hex | 38 | 23 | 97 | 3F | 4D | 0 | 29 | FB | 3E | 24 |
| Octal | 70 | 43 | 227 | 77 | 115 | 0 | 51 | 373 | 76 | 44 |
| Binary | 111000 | 100011 | 10010111 | 111111 | 1001101 | 0 | 101001 | 11111011 | 111110 | 100100 |
Color Harmonies of #382397
Complementary color
Monochromatic Colors of #382397
Black with #382397
Text Example
Text Example
White with #382397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #382397; }
p { color: rgb(56,35,151); }
H1.HeaderClassName
{
color: #382397;
}
.AnyTagClassName
{
color: #382397;
}
</style>
background-color css
<style>
a { background-color: #382397; }
a { background-color: rgb(56,35,151); }
div.DivClassName
{
background-color: #382397;
}
.BgClassName
{
background-color: #382397;
}
</style>
border-color css
<style>
span { border-color: #382397; }
span { border-color: rgb(56,35,151); }
td.TdClassName
{
border-color: #382397;
}
.TagClassName
{
border-color: #382397;
}
</style>