Shades of Blue Gem #423CAE
Tints of Blue Gem #423CAE
RGB
CMYK
RGB Variations
Color information
#423CAE (or 0x423CAE) is known color: Blue Gem. HEX triplet: 42, 3C and AE. RGB value is (66,60,174). Sum of RGB (Red+Green+Blue) = 66+60+174=300 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22% from 300); Green value is 60 (23.83% from 255 or 20% from 300); Blue value is 174 (68.36% from 255 or 58% from 300); Max value from RGB is 174 - color contains mainly: blue. Hex color #423CAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423CAE is #BDC351. Grayscale: #4A4A4A. Windows color (decimal): -12436306 or 11418690. OLE color: 11418690.
HSL color Cylindrical-coordinate representation of color #423CAE: hue angle of 243.16º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #423CAE is Cyan = 0.62, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 66 | 60 | 174 | - |
| CMYK | 0.62 | 0.66 | 0 | 0.32 |
| HSL | 243.16º | 0.49% | 0.46% | - |
| HSV(B) | 243.16º | 0.66% | 0.68% | - |
| XYZ | 11.5 | 7.45 | 40.88 | - |
| YUV | 74.79 | 183.99 | 121.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 60 | 174 | 0.62 | 0.66 | 0 | 0.32 | 243.16 | 0.49 | 0.46 |
| Hex | 42 | 3C | AE | 3E | 42 | 0 | 20 | F3 | 31 | 2E |
| Octal | 102 | 74 | 256 | 76 | 102 | 0 | 40 | 363 | 61 | 56 |
| Binary | 1000010 | 111100 | 10101110 | 111110 | 1000010 | 0 | 100000 | 11110011 | 110001 | 101110 |
Color Harmonies of #423CAE
Complementary color
Monochromatic Colors of #423CAE
Black with #423CAE
Text Example
Text Example
White with #423CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423CAE; }
p { color: rgb(66,60,174); }
H1.HeaderClassName
{
color: #423CAE;
}
.AnyTagClassName
{
color: #423CAE;
}
</style>
background-color css
<style>
a { background-color: #423CAE; }
a { background-color: rgb(66,60,174); }
div.DivClassName
{
background-color: #423CAE;
}
.BgClassName
{
background-color: #423CAE;
}
</style>
border-color css
<style>
span { border-color: #423CAE; }
span { border-color: rgb(66,60,174); }
td.TdClassName
{
border-color: #423CAE;
}
.TagClassName
{
border-color: #423CAE;
}
</style>