Shades of Blue Gem #38209C
Tints of Blue Gem #38209C
RGB
CMYK
RGB Variations
Color information
#38209C (or 0x38209C) is known color: Blue Gem. HEX triplet: 38, 20 and 9C. RGB value is (56,32,156). Sum of RGB (Red+Green+Blue) = 56+32+156=244 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.95% from 244); Green value is 32 (12.89% from 255 or 13.11% from 244); Blue value is 156 (61.33% from 255 or 63.93% from 244); Max value from RGB is 156 - color contains mainly: blue. Hex color #38209C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #38209C is #C7DF63. Grayscale: #343434. Windows color (decimal): -13098852 or 10231864. OLE color: 10231864.
HSL color Cylindrical-coordinate representation of color #38209C: hue angle of 251.61º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #38209C is Cyan = 0.64, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 56 | 32 | 156 | - |
| CMYK | 0.64 | 0.79 | 0 | 0.39 |
| HSL | 251.61º | 0.66% | 0.37% | - |
| HSV(B) | 251.61º | 0.79% | 0.61% | - |
| XYZ | 8.15 | 4.27 | 31.85 | - |
| YUV | 53.31 | 185.95 | 129.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 32 | 156 | 0.64 | 0.79 | 0 | 0.39 | 251.61 | 0.66 | 0.37 |
| Hex | 38 | 20 | 9C | 40 | 4F | 0 | 27 | FC | 42 | 25 |
| Octal | 70 | 40 | 234 | 100 | 117 | 0 | 47 | 374 | 102 | 45 |
| Binary | 111000 | 100000 | 10011100 | 1000000 | 1001111 | 0 | 100111 | 11111100 | 1000010 | 100101 |
Color Harmonies of #38209C
Complementary color
Monochromatic Colors of #38209C
Black with #38209C
Text Example
Text Example
White with #38209C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38209C; }
p { color: rgb(56,32,156); }
H1.HeaderClassName
{
color: #38209C;
}
.AnyTagClassName
{
color: #38209C;
}
</style>
background-color css
<style>
a { background-color: #38209C; }
a { background-color: rgb(56,32,156); }
div.DivClassName
{
background-color: #38209C;
}
.BgClassName
{
background-color: #38209C;
}
</style>
border-color css
<style>
span { border-color: #38209C; }
span { border-color: rgb(56,32,156); }
td.TdClassName
{
border-color: #38209C;
}
.TagClassName
{
border-color: #38209C;
}
</style>