Shades of Blue Gem #423CAD
Tints of Blue Gem #423CAD
RGB
CMYK
RGB Variations
Color information
#423CAD (or 0x423CAD) is known color: Blue Gem. HEX triplet: 42, 3C and AD. RGB value is (66,60,173). Sum of RGB (Red+Green+Blue) = 66+60+173=299 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.07% from 299); Green value is 60 (23.83% from 255 or 20.07% from 299); Blue value is 173 (67.97% from 255 or 57.86% from 299); Max value from RGB is 173 - color contains mainly: blue. Hex color #423CAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423CAD is #BDC352. Grayscale: #4A4A4A. Windows color (decimal): -12436307 or 11353154. OLE color: 11353154.
HSL color Cylindrical-coordinate representation of color #423CAD: hue angle of 243.19º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #423CAD is Cyan = 0.62, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 66 | 60 | 173 | - |
| CMYK | 0.62 | 0.65 | 0 | 0.32 |
| HSL | 243.19º | 0.48% | 0.46% | - |
| HSV(B) | 243.19º | 0.65% | 0.68% | - |
| XYZ | 11.41 | 7.41 | 40.36 | - |
| YUV | 74.68 | 183.49 | 121.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 60 | 173 | 0.62 | 0.65 | 0 | 0.32 | 243.19 | 0.48 | 0.46 |
| Hex | 42 | 3C | AD | 3E | 41 | 0 | 20 | F3 | 30 | 2E |
| Octal | 102 | 74 | 255 | 76 | 101 | 0 | 40 | 363 | 60 | 56 |
| Binary | 1000010 | 111100 | 10101101 | 111110 | 1000001 | 0 | 100000 | 11110011 | 110000 | 101110 |
Color Harmonies of #423CAD
Complementary color
Monochromatic Colors of #423CAD
Black with #423CAD
Text Example
Text Example
White with #423CAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423CAD; }
p { color: rgb(66,60,173); }
H1.HeaderClassName
{
color: #423CAD;
}
.AnyTagClassName
{
color: #423CAD;
}
</style>
background-color css
<style>
a { background-color: #423CAD; }
a { background-color: rgb(66,60,173); }
div.DivClassName
{
background-color: #423CAD;
}
.BgClassName
{
background-color: #423CAD;
}
</style>
border-color css
<style>
span { border-color: #423CAD; }
span { border-color: rgb(66,60,173); }
td.TdClassName
{
border-color: #423CAD;
}
.TagClassName
{
border-color: #423CAD;
}
</style>