Shades of Blue Gem #423396
Tints of Blue Gem #423396
RGB
CMYK
RGB Variations
Color information
#423396 (or 0x423396) is known color: Blue Gem. HEX triplet: 42, 33 and 96. RGB value is (66,51,150). Sum of RGB (Red+Green+Blue) = 66+51+150=267 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.72% from 267); Green value is 51 (20.31% from 255 or 19.10% from 267); Blue value is 150 (58.98% from 255 or 56.18% from 267); Max value from RGB is 150 - color contains mainly: blue. Hex color #423396 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423396 is #BDCC69. Grayscale: #424242. Windows color (decimal): -12438634 or 9843522. OLE color: 9843522.
HSL color Cylindrical-coordinate representation of color #423396: hue angle of 249.09º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #423396 is Cyan = 0.56, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 66 | 51 | 150 | - |
| CMYK | 0.56 | 0.66 | 0 | 0.41 |
| HSL | 249.09º | 0.49% | 0.39% | - |
| HSV(B) | 249.09º | 0.66% | 0.59% | - |
| XYZ | 8.94 | 5.73 | 29.49 | - |
| YUV | 66.77 | 174.97 | 127.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 51 | 150 | 0.56 | 0.66 | 0 | 0.41 | 249.09 | 0.49 | 0.39 |
| Hex | 42 | 33 | 96 | 38 | 42 | 0 | 29 | F9 | 31 | 27 |
| Octal | 102 | 63 | 226 | 70 | 102 | 0 | 51 | 371 | 61 | 47 |
| Binary | 1000010 | 110011 | 10010110 | 111000 | 1000010 | 0 | 101001 | 11111001 | 110001 | 100111 |
Color Harmonies of #423396
Complementary color
Monochromatic Colors of #423396
Black with #423396
Text Example
Text Example
White with #423396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423396; }
p { color: rgb(66,51,150); }
H1.HeaderClassName
{
color: #423396;
}
.AnyTagClassName
{
color: #423396;
}
</style>
background-color css
<style>
a { background-color: #423396; }
a { background-color: rgb(66,51,150); }
div.DivClassName
{
background-color: #423396;
}
.BgClassName
{
background-color: #423396;
}
</style>
border-color css
<style>
span { border-color: #423396; }
span { border-color: rgb(66,51,150); }
td.TdClassName
{
border-color: #423396;
}
.TagClassName
{
border-color: #423396;
}
</style>