Shades of Blue Gem #423CAA
Tints of Blue Gem #423CAA
RGB
CMYK
RGB Variations
Color information
#423CAA (or 0x423CAA) is known color: Blue Gem. HEX triplet: 42, 3C and AA. RGB value is (66,60,170). Sum of RGB (Red+Green+Blue) = 66+60+170=296 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.30% from 296); Green value is 60 (23.83% from 255 or 20.27% from 296); Blue value is 170 (66.80% from 255 or 57.43% from 296); Max value from RGB is 170 - color contains mainly: blue. Hex color #423CAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423CAA is #BDC355. Grayscale: #494949. Windows color (decimal): -12436310 or 11156546. OLE color: 11156546.
HSL color Cylindrical-coordinate representation of color #423CAA: hue angle of 243.27º 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 #423CAA is Cyan = 0.61, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 66 | 60 | 170 | - |
| CMYK | 0.61 | 0.65 | 0 | 0.33 |
| HSL | 243.27º | 0.48% | 0.45% | - |
| HSV(B) | 243.27º | 0.65% | 0.67% | - |
| XYZ | 11.12 | 7.29 | 38.85 | - |
| YUV | 74.33 | 181.99 | 122.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 60 | 170 | 0.61 | 0.65 | 0 | 0.33 | 243.27 | 0.48 | 0.45 |
| Hex | 42 | 3C | AA | 3D | 41 | 0 | 21 | F3 | 30 | 2D |
| Octal | 102 | 74 | 252 | 75 | 101 | 0 | 41 | 363 | 60 | 55 |
| Binary | 1000010 | 111100 | 10101010 | 111101 | 1000001 | 0 | 100001 | 11110011 | 110000 | 101101 |
Color Harmonies of #423CAA
Complementary color
Monochromatic Colors of #423CAA
Black with #423CAA
Text Example
Text Example
White with #423CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423CAA; }
p { color: rgb(66,60,170); }
H1.HeaderClassName
{
color: #423CAA;
}
.AnyTagClassName
{
color: #423CAA;
}
</style>
background-color css
<style>
a { background-color: #423CAA; }
a { background-color: rgb(66,60,170); }
div.DivClassName
{
background-color: #423CAA;
}
.BgClassName
{
background-color: #423CAA;
}
</style>
border-color css
<style>
span { border-color: #423CAA; }
span { border-color: rgb(66,60,170); }
td.TdClassName
{
border-color: #423CAA;
}
.TagClassName
{
border-color: #423CAA;
}
</style>