Shades of Blue Gem #423395
Tints of Blue Gem #423395
RGB
CMYK
RGB Variations
Color information
#423395 (or 0x423395) is known color: Blue Gem. HEX triplet: 42, 33 and 95. RGB value is (66,51,149). Sum of RGB (Red+Green+Blue) = 66+51+149=266 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.81% from 266); Green value is 51 (20.31% from 255 or 19.17% from 266); Blue value is 149 (58.59% from 255 or 56.02% from 266); Max value from RGB is 149 - color contains mainly: blue. Hex color #423395 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423395 is #BDCC6A. Grayscale: #424242. Windows color (decimal): -12438635 or 9777986. OLE color: 9777986.
HSL color Cylindrical-coordinate representation of color #423395: hue angle of 249.18º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #423395 is Cyan = 0.56, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 66 | 51 | 149 | - |
| CMYK | 0.56 | 0.66 | 0 | 0.42 |
| HSL | 249.18º | 0.49% | 0.39% | - |
| HSV(B) | 249.18º | 0.66% | 0.58% | - |
| XYZ | 8.86 | 5.7 | 29.07 | - |
| YUV | 66.66 | 174.47 | 127.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 51 | 149 | 0.56 | 0.66 | 0 | 0.42 | 249.18 | 0.49 | 0.39 |
| Hex | 42 | 33 | 95 | 38 | 42 | 0 | 2A | F9 | 31 | 27 |
| Octal | 102 | 63 | 225 | 70 | 102 | 0 | 52 | 371 | 61 | 47 |
| Binary | 1000010 | 110011 | 10010101 | 111000 | 1000010 | 0 | 101010 | 11111001 | 110001 | 100111 |
Color Harmonies of #423395
Complementary color
Monochromatic Colors of #423395
Black with #423395
Text Example
Text Example
White with #423395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423395; }
p { color: rgb(66,51,149); }
H1.HeaderClassName
{
color: #423395;
}
.AnyTagClassName
{
color: #423395;
}
</style>
background-color css
<style>
a { background-color: #423395; }
a { background-color: rgb(66,51,149); }
div.DivClassName
{
background-color: #423395;
}
.BgClassName
{
background-color: #423395;
}
</style>
border-color css
<style>
span { border-color: #423395; }
span { border-color: rgb(66,51,149); }
td.TdClassName
{
border-color: #423395;
}
.TagClassName
{
border-color: #423395;
}
</style>