Shades of Blue Gem #423CAC
Tints of Blue Gem #423CAC
RGB
CMYK
RGB Variations
Color information
#423CAC (or 0x423CAC) is known color: Blue Gem. HEX triplet: 42, 3C and AC. RGB value is (66,60,172). Sum of RGB (Red+Green+Blue) = 66+60+172=298 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.15% from 298); Green value is 60 (23.83% from 255 or 20.13% from 298); Blue value is 172 (67.58% from 255 or 57.72% from 298); Max value from RGB is 172 - color contains mainly: blue. Hex color #423CAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423CAC is #BDC353. Grayscale: #4A4A4A. Windows color (decimal): -12436308 or 11287618. OLE color: 11287618.
HSL color Cylindrical-coordinate representation of color #423CAC: hue angle of 243.21º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #423CAC is Cyan = 0.62, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 66 | 60 | 172 | - |
| CMYK | 0.62 | 0.65 | 0 | 0.33 |
| HSL | 243.21º | 0.48% | 0.45% | - |
| HSV(B) | 243.21º | 0.65% | 0.67% | - |
| XYZ | 11.31 | 7.37 | 39.86 | - |
| YUV | 74.56 | 182.99 | 121.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 60 | 172 | 0.62 | 0.65 | 0 | 0.33 | 243.21 | 0.48 | 0.45 |
| Hex | 42 | 3C | AC | 3E | 41 | 0 | 21 | F3 | 30 | 2D |
| Octal | 102 | 74 | 254 | 76 | 101 | 0 | 41 | 363 | 60 | 55 |
| Binary | 1000010 | 111100 | 10101100 | 111110 | 1000001 | 0 | 100001 | 11110011 | 110000 | 101101 |
Color Harmonies of #423CAC
Complementary color
Monochromatic Colors of #423CAC
Black with #423CAC
Text Example
Text Example
White with #423CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423CAC; }
p { color: rgb(66,60,172); }
H1.HeaderClassName
{
color: #423CAC;
}
.AnyTagClassName
{
color: #423CAC;
}
</style>
background-color css
<style>
a { background-color: #423CAC; }
a { background-color: rgb(66,60,172); }
div.DivClassName
{
background-color: #423CAC;
}
.BgClassName
{
background-color: #423CAC;
}
</style>
border-color css
<style>
span { border-color: #423CAC; }
span { border-color: rgb(66,60,172); }
td.TdClassName
{
border-color: #423CAC;
}
.TagClassName
{
border-color: #423CAC;
}
</style>