Shades of Blue Gem #423595
Tints of Blue Gem #423595
RGB
CMYK
RGB Variations
Color information
#423595 (or 0x423595) is known color: Blue Gem. HEX triplet: 42, 35 and 95. RGB value is (66,53,149). Sum of RGB (Red+Green+Blue) = 66+53+149=268 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.63% from 268); Green value is 53 (21.09% from 255 or 19.78% from 268); Blue value is 149 (58.59% from 255 or 55.60% from 268); Max value from RGB is 149 - color contains mainly: blue. Hex color #423595 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423595 is #BDCA6A. Grayscale: #434343. Windows color (decimal): -12438123 or 9778498. OLE color: 9778498.
HSL color Cylindrical-coordinate representation of color #423595: hue angle of 248.12º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #423595 is Cyan = 0.56, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 66 | 53 | 149 | - |
| CMYK | 0.56 | 0.64 | 0 | 0.42 |
| HSL | 248.13º | 0.48% | 0.4% | - |
| HSV(B) | 248.13º | 0.64% | 0.58% | - |
| XYZ | 8.94 | 5.87 | 29.1 | - |
| YUV | 67.83 | 173.81 | 126.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 53 | 149 | 0.56 | 0.64 | 0 | 0.42 | 248.13 | 0.48 | 0.4 |
| Hex | 42 | 35 | 95 | 38 | 40 | 0 | 2A | F8 | 30 | 28 |
| Octal | 102 | 65 | 225 | 70 | 100 | 0 | 52 | 370 | 60 | 50 |
| Binary | 1000010 | 110101 | 10010101 | 111000 | 1000000 | 0 | 101010 | 11111000 | 110000 | 101000 |
Color Harmonies of #423595
Complementary color
Monochromatic Colors of #423595
Black with #423595
Text Example
Text Example
White with #423595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423595; }
p { color: rgb(66,53,149); }
H1.HeaderClassName
{
color: #423595;
}
.AnyTagClassName
{
color: #423595;
}
</style>
background-color css
<style>
a { background-color: #423595; }
a { background-color: rgb(66,53,149); }
div.DivClassName
{
background-color: #423595;
}
.BgClassName
{
background-color: #423595;
}
</style>
border-color css
<style>
span { border-color: #423595; }
span { border-color: rgb(66,53,149); }
td.TdClassName
{
border-color: #423595;
}
.TagClassName
{
border-color: #423595;
}
</style>