Shades of Blue Gem #42379E
Tints of Blue Gem #42379E
RGB
CMYK
RGB Variations
Color information
#42379E (or 0x42379E) is known color: Blue Gem. HEX triplet: 42, 37 and 9E. RGB value is (66,55,158). Sum of RGB (Red+Green+Blue) = 66+55+158=279 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.66% from 279); Green value is 55 (21.88% from 255 or 19.71% from 279); Blue value is 158 (62.11% from 255 or 56.63% from 279); Max value from RGB is 158 - color contains mainly: blue. Hex color #42379E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #42379E is #BDC861. Grayscale: #454545. Windows color (decimal): -12437602 or 10368834. OLE color: 10368834.
HSL color Cylindrical-coordinate representation of color #42379E: hue angle of 246.41º degrees, saturation: 0.48, 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 #42379E is Cyan = 0.58, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 66 | 55 | 158 | - |
| CMYK | 0.58 | 0.65 | 0 | 0.38 |
| HSL | 246.41º | 0.48% | 0.42% | - |
| HSV(B) | 246.41º | 0.65% | 0.62% | - |
| XYZ | 9.78 | 6.36 | 33.06 | - |
| YUV | 70.03 | 177.64 | 125.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 55 | 158 | 0.58 | 0.65 | 0 | 0.38 | 246.41 | 0.48 | 0.42 |
| Hex | 42 | 37 | 9E | 3A | 41 | 0 | 26 | F6 | 30 | 2A |
| Octal | 102 | 67 | 236 | 72 | 101 | 0 | 46 | 366 | 60 | 52 |
| Binary | 1000010 | 110111 | 10011110 | 111010 | 1000001 | 0 | 100110 | 11110110 | 110000 | 101010 |
Color Harmonies of #42379E
Complementary color
Monochromatic Colors of #42379E
Black with #42379E
Text Example
Text Example
White with #42379E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42379E; }
p { color: rgb(66,55,158); }
H1.HeaderClassName
{
color: #42379E;
}
.AnyTagClassName
{
color: #42379E;
}
</style>
background-color css
<style>
a { background-color: #42379E; }
a { background-color: rgb(66,55,158); }
div.DivClassName
{
background-color: #42379E;
}
.BgClassName
{
background-color: #42379E;
}
</style>
border-color css
<style>
span { border-color: #42379E; }
span { border-color: rgb(66,55,158); }
td.TdClassName
{
border-color: #42379E;
}
.TagClassName
{
border-color: #42379E;
}
</style>