Shades of Blue Gem #39299B
Tints of Blue Gem #39299B
RGB
CMYK
RGB Variations
Color information
#39299B (or 0x39299B) is known color: Blue Gem. HEX triplet: 39, 29 and 9B. RGB value is (57,41,155). Sum of RGB (Red+Green+Blue) = 57+41+155=253 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.53% from 253); Green value is 41 (16.41% from 255 or 16.21% from 253); Blue value is 155 (60.94% from 255 or 61.26% from 253); Max value from RGB is 155 - color contains mainly: blue. Hex color #39299B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #39299B is #C6D664. Grayscale: #3A3A3A. Windows color (decimal): -13031013 or 10168633. OLE color: 10168633.
HSL color Cylindrical-coordinate representation of color #39299B: hue angle of 248.42º degrees, saturation: 0.58, 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 #39299B is Cyan = 0.63, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 57 | 41 | 155 | - |
| CMYK | 0.63 | 0.74 | 0 | 0.39 |
| HSL | 248.42º | 0.58% | 0.38% | - |
| HSV(B) | 248.42º | 0.74% | 0.61% | - |
| XYZ | 8.4 | 4.82 | 31.5 | - |
| YUV | 58.78 | 182.3 | 126.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 41 | 155 | 0.63 | 0.74 | 0 | 0.39 | 248.42 | 0.58 | 0.38 |
| Hex | 39 | 29 | 9B | 3F | 4A | 0 | 27 | F8 | 3A | 26 |
| Octal | 71 | 51 | 233 | 77 | 112 | 0 | 47 | 370 | 72 | 46 |
| Binary | 111001 | 101001 | 10011011 | 111111 | 1001010 | 0 | 100111 | 11111000 | 111010 | 100110 |
Color Harmonies of #39299B
Complementary color
Monochromatic Colors of #39299B
Black with #39299B
Text Example
Text Example
White with #39299B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39299B; }
p { color: rgb(57,41,155); }
H1.HeaderClassName
{
color: #39299B;
}
.AnyTagClassName
{
color: #39299B;
}
</style>
background-color css
<style>
a { background-color: #39299B; }
a { background-color: rgb(57,41,155); }
div.DivClassName
{
background-color: #39299B;
}
.BgClassName
{
background-color: #39299B;
}
</style>
border-color css
<style>
span { border-color: #39299B; }
span { border-color: rgb(57,41,155); }
td.TdClassName
{
border-color: #39299B;
}
.TagClassName
{
border-color: #39299B;
}
</style>