Shades of Blue Gem #38239D
Tints of Blue Gem #38239D
RGB
CMYK
RGB Variations
Color information
#38239D (or 0x38239D) is known color: Blue Gem. HEX triplet: 38, 23 and 9D. RGB value is (56,35,157). Sum of RGB (Red+Green+Blue) = 56+35+157=248 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.58% from 248); Green value is 35 (14.06% from 255 or 14.11% from 248); Blue value is 157 (61.72% from 255 or 63.31% from 248); Max value from RGB is 157 - color contains mainly: blue. Hex color #38239D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #38239D is #C7DC62. Grayscale: #363636. Windows color (decimal): -13098083 or 10298168. OLE color: 10298168.
HSL color Cylindrical-coordinate representation of color #38239D: hue angle of 250.33º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #38239D is Cyan = 0.64, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 56 | 35 | 157 | - |
| CMYK | 0.64 | 0.78 | 0 | 0.38 |
| HSL | 250.33º | 0.64% | 0.38% | - |
| HSV(B) | 250.33º | 0.78% | 0.62% | - |
| XYZ | 8.32 | 4.48 | 32.32 | - |
| YUV | 55.19 | 185.46 | 128.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 35 | 157 | 0.64 | 0.78 | 0 | 0.38 | 250.33 | 0.64 | 0.38 |
| Hex | 38 | 23 | 9D | 40 | 4E | 0 | 26 | FA | 40 | 26 |
| Octal | 70 | 43 | 235 | 100 | 116 | 0 | 46 | 372 | 100 | 46 |
| Binary | 111000 | 100011 | 10011101 | 1000000 | 1001110 | 0 | 100110 | 11111010 | 1000000 | 100110 |
Color Harmonies of #38239D
Complementary color
Monochromatic Colors of #38239D
Black with #38239D
Text Example
Text Example
White with #38239D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38239D; }
p { color: rgb(56,35,157); }
H1.HeaderClassName
{
color: #38239D;
}
.AnyTagClassName
{
color: #38239D;
}
</style>
background-color css
<style>
a { background-color: #38239D; }
a { background-color: rgb(56,35,157); }
div.DivClassName
{
background-color: #38239D;
}
.BgClassName
{
background-color: #38239D;
}
</style>
border-color css
<style>
span { border-color: #38239D; }
span { border-color: rgb(56,35,157); }
td.TdClassName
{
border-color: #38239D;
}
.TagClassName
{
border-color: #38239D;
}
</style>