Shades of Blue Gem #423494
Tints of Blue Gem #423494
RGB
CMYK
RGB Variations
Color information
#423494 (or 0x423494) is known color: Blue Gem. HEX triplet: 42, 34 and 94. RGB value is (66,52,148). Sum of RGB (Red+Green+Blue) = 66+52+148=266 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.81% from 266); Green value is 52 (20.70% from 255 or 19.55% from 266); Blue value is 148 (58.20% from 255 or 55.64% from 266); Max value from RGB is 148 - color contains mainly: blue. Hex color #423494 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423494 is #BDCB6B. Grayscale: #424242. Windows color (decimal): -12438380 or 9712706. OLE color: 9712706.
HSL color Cylindrical-coordinate representation of color #423494: hue angle of 248.75º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #423494 is Cyan = 0.55, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 66 | 52 | 148 | - |
| CMYK | 0.55 | 0.65 | 0 | 0.42 |
| HSL | 248.75º | 0.48% | 0.39% | - |
| HSV(B) | 248.75º | 0.65% | 0.58% | - |
| XYZ | 8.82 | 5.75 | 28.66 | - |
| YUV | 67.13 | 173.64 | 127.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 52 | 148 | 0.55 | 0.65 | 0 | 0.42 | 248.75 | 0.48 | 0.39 |
| Hex | 42 | 34 | 94 | 37 | 41 | 0 | 2A | F9 | 30 | 27 |
| Octal | 102 | 64 | 224 | 67 | 101 | 0 | 52 | 371 | 60 | 47 |
| Binary | 1000010 | 110100 | 10010100 | 110111 | 1000001 | 0 | 101010 | 11111001 | 110000 | 100111 |
Color Harmonies of #423494
Complementary color
Monochromatic Colors of #423494
Black with #423494
Text Example
Text Example
White with #423494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423494; }
p { color: rgb(66,52,148); }
H1.HeaderClassName
{
color: #423494;
}
.AnyTagClassName
{
color: #423494;
}
</style>
background-color css
<style>
a { background-color: #423494; }
a { background-color: rgb(66,52,148); }
div.DivClassName
{
background-color: #423494;
}
.BgClassName
{
background-color: #423494;
}
</style>
border-color css
<style>
span { border-color: #423494; }
span { border-color: rgb(66,52,148); }
td.TdClassName
{
border-color: #423494;
}
.TagClassName
{
border-color: #423494;
}
</style>