Shades of Blue Gem #3C18AD
Tints of Blue Gem #3C18AD
RGB
CMYK
RGB Variations
Color information
#3C18AD (or 0x3C18AD) is known color: Blue Gem. HEX triplet: 3C, 18 and AD. RGB value is (60,24,173). Sum of RGB (Red+Green+Blue) = 60+24+173=257 (34% of max value = 765). Red value is 60 (23.83% from 255 or 23.35% from 257); Green value is 24 (9.77% from 255 or 9.34% from 257); Blue value is 173 (67.97% from 255 or 67.32% from 257); Max value from RGB is 173 - color contains mainly: blue. Hex color #3C18AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C18AD is #C3E752. Grayscale: #333333. Windows color (decimal): -12838739 or 11343932. OLE color: 11343932.
HSL color Cylindrical-coordinate representation of color #3C18AD: hue angle of 254.5º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3C18AD is Cyan = 0.65, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 60 | 24 | 173 | - |
| CMYK | 0.65 | 0.86 | 0 | 0.32 |
| HSL | 254.5º | 0.76% | 0.39% | - |
| HSV(B) | 254.5º | 0.86% | 0.68% | - |
| XYZ | 9.73 | 4.63 | 39.92 | - |
| YUV | 51.75 | 196.43 | 133.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 24 | 173 | 0.65 | 0.86 | 0 | 0.32 | 254.5 | 0.76 | 0.39 |
| Hex | 3C | 18 | AD | 41 | 56 | 0 | 20 | FE | 4C | 27 |
| Octal | 74 | 30 | 255 | 101 | 126 | 0 | 40 | 376 | 114 | 47 |
| Binary | 111100 | 11000 | 10101101 | 1000001 | 1010110 | 0 | 100000 | 11111110 | 1001100 | 100111 |
Color Harmonies of #3C18AD
Complementary color
Monochromatic Colors of #3C18AD
Black with #3C18AD
Text Example
Text Example
White with #3C18AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C18AD; }
p { color: rgb(60,24,173); }
H1.HeaderClassName
{
color: #3C18AD;
}
.AnyTagClassName
{
color: #3C18AD;
}
</style>
background-color css
<style>
a { background-color: #3C18AD; }
a { background-color: rgb(60,24,173); }
div.DivClassName
{
background-color: #3C18AD;
}
.BgClassName
{
background-color: #3C18AD;
}
</style>
border-color css
<style>
span { border-color: #3C18AD; }
span { border-color: rgb(60,24,173); }
td.TdClassName
{
border-color: #3C18AD;
}
.TagClassName
{
border-color: #3C18AD;
}
</style>