Shades of Blue Gem #42379F
Tints of Blue Gem #42379F
RGB
CMYK
RGB Variations
Color information
#42379F (or 0x42379F) is known color: Blue Gem. HEX triplet: 42, 37 and 9F. RGB value is (66,55,159). Sum of RGB (Red+Green+Blue) = 66+55+159=280 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.57% from 280); Green value is 55 (21.88% from 255 or 19.64% from 280); Blue value is 159 (62.5% from 255 or 56.79% from 280); Max value from RGB is 159 - color contains mainly: blue. Hex color #42379F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #42379F is #BDC860. Grayscale: #454545. Windows color (decimal): -12437601 or 10434370. OLE color: 10434370.
HSL color Cylindrical-coordinate representation of color #42379F: hue angle of 246.35º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #42379F is Cyan = 0.58, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 66 | 55 | 159 | - |
| CMYK | 0.58 | 0.65 | 0 | 0.38 |
| HSL | 246.35º | 0.49% | 0.42% | - |
| HSV(B) | 246.35º | 0.65% | 0.62% | - |
| XYZ | 9.87 | 6.39 | 33.51 | - |
| YUV | 70.15 | 178.14 | 125.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 55 | 159 | 0.58 | 0.65 | 0 | 0.38 | 246.35 | 0.49 | 0.42 |
| Hex | 42 | 37 | 9F | 3A | 41 | 0 | 26 | F6 | 31 | 2A |
| Octal | 102 | 67 | 237 | 72 | 101 | 0 | 46 | 366 | 61 | 52 |
| Binary | 1000010 | 110111 | 10011111 | 111010 | 1000001 | 0 | 100110 | 11110110 | 110001 | 101010 |
Color Harmonies of #42379F
Complementary color
Monochromatic Colors of #42379F
Black with #42379F
Text Example
Text Example
White with #42379F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42379F; }
p { color: rgb(66,55,159); }
H1.HeaderClassName
{
color: #42379F;
}
.AnyTagClassName
{
color: #42379F;
}
</style>
background-color css
<style>
a { background-color: #42379F; }
a { background-color: rgb(66,55,159); }
div.DivClassName
{
background-color: #42379F;
}
.BgClassName
{
background-color: #42379F;
}
</style>
border-color css
<style>
span { border-color: #42379F; }
span { border-color: rgb(66,55,159); }
td.TdClassName
{
border-color: #42379F;
}
.TagClassName
{
border-color: #42379F;
}
</style>