Shades of Blue Gem #423496
Tints of Blue Gem #423496
RGB
CMYK
RGB Variations
Color information
#423496 (or 0x423496) is known color: Blue Gem. HEX triplet: 42, 34 and 96. RGB value is (66,52,150). Sum of RGB (Red+Green+Blue) = 66+52+150=268 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.63% from 268); Green value is 52 (20.70% from 255 or 19.40% from 268); Blue value is 150 (58.98% from 255 or 55.97% from 268); Max value from RGB is 150 - color contains mainly: blue. Hex color #423496 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423496 is #BDCB69. Grayscale: #424242. Windows color (decimal): -12438378 or 9843778. OLE color: 9843778.
HSL color Cylindrical-coordinate representation of color #423496: hue angle of 248.57º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #423496 is Cyan = 0.56, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 66 | 52 | 150 | - |
| CMYK | 0.56 | 0.65 | 0 | 0.41 |
| HSL | 248.57º | 0.49% | 0.4% | - |
| HSV(B) | 248.57º | 0.65% | 0.59% | - |
| XYZ | 8.98 | 5.82 | 29.5 | - |
| YUV | 67.36 | 174.64 | 127.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 52 | 150 | 0.56 | 0.65 | 0 | 0.41 | 248.57 | 0.49 | 0.4 |
| Hex | 42 | 34 | 96 | 38 | 41 | 0 | 29 | F9 | 31 | 28 |
| Octal | 102 | 64 | 226 | 70 | 101 | 0 | 51 | 371 | 61 | 50 |
| Binary | 1000010 | 110100 | 10010110 | 111000 | 1000001 | 0 | 101001 | 11111001 | 110001 | 101000 |
Color Harmonies of #423496
Complementary color
Monochromatic Colors of #423496
Black with #423496
Text Example
Text Example
White with #423496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423496; }
p { color: rgb(66,52,150); }
H1.HeaderClassName
{
color: #423496;
}
.AnyTagClassName
{
color: #423496;
}
</style>
background-color css
<style>
a { background-color: #423496; }
a { background-color: rgb(66,52,150); }
div.DivClassName
{
background-color: #423496;
}
.BgClassName
{
background-color: #423496;
}
</style>
border-color css
<style>
span { border-color: #423496; }
span { border-color: rgb(66,52,150); }
td.TdClassName
{
border-color: #423496;
}
.TagClassName
{
border-color: #423496;
}
</style>