Shades of Blue Gem #38259C
Tints of Blue Gem #38259C
RGB
CMYK
RGB Variations
Color information
#38259C (or 0x38259C) is known color: Blue Gem. HEX triplet: 38, 25 and 9C. RGB value is (56,37,156). Sum of RGB (Red+Green+Blue) = 56+37+156=249 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.49% from 249); Green value is 37 (14.84% from 255 or 14.86% from 249); Blue value is 156 (61.33% from 255 or 62.65% from 249); Max value from RGB is 156 - color contains mainly: blue. Hex color #38259C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #38259C is #C7DA63. Grayscale: #373737. Windows color (decimal): -13097572 or 10233144. OLE color: 10233144.
HSL color Cylindrical-coordinate representation of color #38259C: hue angle of 249.58º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #38259C is Cyan = 0.64, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 56 | 37 | 156 | - |
| CMYK | 0.64 | 0.76 | 0 | 0.39 |
| HSL | 249.58º | 0.62% | 0.38% | - |
| HSV(B) | 249.58º | 0.76% | 0.61% | - |
| XYZ | 8.29 | 4.56 | 31.9 | - |
| YUV | 56.25 | 184.29 | 127.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 37 | 156 | 0.64 | 0.76 | 0 | 0.39 | 249.58 | 0.62 | 0.38 |
| Hex | 38 | 25 | 9C | 40 | 4C | 0 | 27 | FA | 3E | 26 |
| Octal | 70 | 45 | 234 | 100 | 114 | 0 | 47 | 372 | 76 | 46 |
| Binary | 111000 | 100101 | 10011100 | 1000000 | 1001100 | 0 | 100111 | 11111010 | 111110 | 100110 |
Color Harmonies of #38259C
Complementary color
Monochromatic Colors of #38259C
Black with #38259C
Text Example
Text Example
White with #38259C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38259C; }
p { color: rgb(56,37,156); }
H1.HeaderClassName
{
color: #38259C;
}
.AnyTagClassName
{
color: #38259C;
}
</style>
background-color css
<style>
a { background-color: #38259C; }
a { background-color: rgb(56,37,156); }
div.DivClassName
{
background-color: #38259C;
}
.BgClassName
{
background-color: #38259C;
}
</style>
border-color css
<style>
span { border-color: #38259C; }
span { border-color: rgb(56,37,156); }
td.TdClassName
{
border-color: #38259C;
}
.TagClassName
{
border-color: #38259C;
}
</style>