Shades of Blue Gem #42389F
Tints of Blue Gem #42389F
RGB
CMYK
RGB Variations
Color information
#42389F (or 0x42389F) is known color: Blue Gem. HEX triplet: 42, 38 and 9F. RGB value is (66,56,159). Sum of RGB (Red+Green+Blue) = 66+56+159=281 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.49% from 281); Green value is 56 (22.27% from 255 or 19.93% from 281); Blue value is 159 (62.5% from 255 or 56.58% from 281); Max value from RGB is 159 - color contains mainly: blue. Hex color #42389F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #42389F is #BDC760. Grayscale: #464646. Windows color (decimal): -12437345 or 10434626. OLE color: 10434626.
HSL color Cylindrical-coordinate representation of color #42389F: hue angle of 245.83º 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 #42389F is Cyan = 0.58, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 66 | 56 | 159 | - |
| CMYK | 0.58 | 0.65 | 0 | 0.38 |
| HSL | 245.83º | 0.48% | 0.42% | - |
| HSV(B) | 245.83º | 0.65% | 0.62% | - |
| XYZ | 9.92 | 6.49 | 33.53 | - |
| YUV | 70.73 | 177.81 | 124.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 56 | 159 | 0.58 | 0.65 | 0 | 0.38 | 245.83 | 0.48 | 0.42 |
| Hex | 42 | 38 | 9F | 3A | 41 | 0 | 26 | F6 | 30 | 2A |
| Octal | 102 | 70 | 237 | 72 | 101 | 0 | 46 | 366 | 60 | 52 |
| Binary | 1000010 | 111000 | 10011111 | 111010 | 1000001 | 0 | 100110 | 11110110 | 110000 | 101010 |
Color Harmonies of #42389F
Complementary color
Monochromatic Colors of #42389F
Black with #42389F
Text Example
Text Example
White with #42389F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42389F; }
p { color: rgb(66,56,159); }
H1.HeaderClassName
{
color: #42389F;
}
.AnyTagClassName
{
color: #42389F;
}
</style>
background-color css
<style>
a { background-color: #42389F; }
a { background-color: rgb(66,56,159); }
div.DivClassName
{
background-color: #42389F;
}
.BgClassName
{
background-color: #42389F;
}
</style>
border-color css
<style>
span { border-color: #42389F; }
span { border-color: rgb(66,56,159); }
td.TdClassName
{
border-color: #42389F;
}
.TagClassName
{
border-color: #42389F;
}
</style>