Shades of Blue Gem #423CAB
Tints of Blue Gem #423CAB
RGB
CMYK
RGB Variations
Color information
#423CAB (or 0x423CAB) is known color: Blue Gem. HEX triplet: 42, 3C and AB. RGB value is (66,60,171). Sum of RGB (Red+Green+Blue) = 66+60+171=297 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.22% from 297); Green value is 60 (23.83% from 255 or 20.20% from 297); Blue value is 171 (67.19% from 255 or 57.58% from 297); Max value from RGB is 171 - color contains mainly: blue. Hex color #423CAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423CAB is #BDC354. Grayscale: #4A4A4A. Windows color (decimal): -12436309 or 11222082. OLE color: 11222082.
HSL color Cylindrical-coordinate representation of color #423CAB: hue angle of 243.24º 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 #423CAB is Cyan = 0.61, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 66 | 60 | 171 | - |
| CMYK | 0.61 | 0.65 | 0 | 0.33 |
| HSL | 243.24º | 0.48% | 0.45% | - |
| HSV(B) | 243.24º | 0.65% | 0.67% | - |
| XYZ | 11.21 | 7.33 | 39.35 | - |
| YUV | 74.45 | 182.49 | 121.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 60 | 171 | 0.61 | 0.65 | 0 | 0.33 | 243.24 | 0.48 | 0.45 |
| Hex | 42 | 3C | AB | 3D | 41 | 0 | 21 | F3 | 30 | 2D |
| Octal | 102 | 74 | 253 | 75 | 101 | 0 | 41 | 363 | 60 | 55 |
| Binary | 1000010 | 111100 | 10101011 | 111101 | 1000001 | 0 | 100001 | 11110011 | 110000 | 101101 |
Color Harmonies of #423CAB
Complementary color
Monochromatic Colors of #423CAB
Black with #423CAB
Text Example
Text Example
White with #423CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423CAB; }
p { color: rgb(66,60,171); }
H1.HeaderClassName
{
color: #423CAB;
}
.AnyTagClassName
{
color: #423CAB;
}
</style>
background-color css
<style>
a { background-color: #423CAB; }
a { background-color: rgb(66,60,171); }
div.DivClassName
{
background-color: #423CAB;
}
.BgClassName
{
background-color: #423CAB;
}
</style>
border-color css
<style>
span { border-color: #423CAB; }
span { border-color: rgb(66,60,171); }
td.TdClassName
{
border-color: #423CAB;
}
.TagClassName
{
border-color: #423CAB;
}
</style>