Shades of Blue Gem #39289B
Tints of Blue Gem #39289B
RGB
CMYK
RGB Variations
Color information
#39289B (or 0x39289B) is known color: Blue Gem. HEX triplet: 39, 28 and 9B. RGB value is (57,40,155). Sum of RGB (Red+Green+Blue) = 57+40+155=252 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.62% from 252); Green value is 40 (16.02% from 255 or 15.87% from 252); Blue value is 155 (60.94% from 255 or 61.51% from 252); Max value from RGB is 155 - color contains mainly: blue. Hex color #39289B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #39289B is #C6D764. Grayscale: #393939. Windows color (decimal): -13031269 or 10168377. OLE color: 10168377.
HSL color Cylindrical-coordinate representation of color #39289B: hue angle of 248.87º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #39289B is Cyan = 0.63, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 57 | 40 | 155 | - |
| CMYK | 0.63 | 0.74 | 0 | 0.39 |
| HSL | 248.87º | 0.59% | 0.38% | - |
| HSV(B) | 248.87º | 0.74% | 0.61% | - |
| XYZ | 8.36 | 4.75 | 31.49 | - |
| YUV | 58.19 | 182.63 | 127.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 40 | 155 | 0.63 | 0.74 | 0 | 0.39 | 248.87 | 0.59 | 0.38 |
| Hex | 39 | 28 | 9B | 3F | 4A | 0 | 27 | F9 | 3B | 26 |
| Octal | 71 | 50 | 233 | 77 | 112 | 0 | 47 | 371 | 73 | 46 |
| Binary | 111001 | 101000 | 10011011 | 111111 | 1001010 | 0 | 100111 | 11111001 | 111011 | 100110 |
Color Harmonies of #39289B
Complementary color
Monochromatic Colors of #39289B
Black with #39289B
Text Example
Text Example
White with #39289B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39289B; }
p { color: rgb(57,40,155); }
H1.HeaderClassName
{
color: #39289B;
}
.AnyTagClassName
{
color: #39289B;
}
</style>
background-color css
<style>
a { background-color: #39289B; }
a { background-color: rgb(57,40,155); }
div.DivClassName
{
background-color: #39289B;
}
.BgClassName
{
background-color: #39289B;
}
</style>
border-color css
<style>
span { border-color: #39289B; }
span { border-color: rgb(57,40,155); }
td.TdClassName
{
border-color: #39289B;
}
.TagClassName
{
border-color: #39289B;
}
</style>