Shades of Blue Gem #3C18AB
Tints of Blue Gem #3C18AB
RGB
CMYK
RGB Variations
Color information
#3C18AB (or 0x3C18AB) is known color: Blue Gem. HEX triplet: 3C, 18 and AB. RGB value is (60,24,171). Sum of RGB (Red+Green+Blue) = 60+24+171=255 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.53% from 255); Green value is 24 (9.77% from 255 or 9.41% from 255); Blue value is 171 (67.19% from 255 or 67.06% from 255); Max value from RGB is 171 - color contains mainly: blue. Hex color #3C18AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C18AB is #C3E754. Grayscale: #323232. Windows color (decimal): -12838741 or 11212860. OLE color: 11212860.
HSL color Cylindrical-coordinate representation of color #3C18AB: hue angle of 254.69º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3C18AB is Cyan = 0.65, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 60 | 24 | 171 | - |
| CMYK | 0.65 | 0.86 | 0 | 0.33 |
| HSL | 254.69º | 0.75% | 0.38% | - |
| HSV(B) | 254.69º | 0.86% | 0.67% | - |
| XYZ | 9.54 | 4.55 | 38.9 | - |
| YUV | 51.52 | 195.43 | 134.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 24 | 171 | 0.65 | 0.86 | 0 | 0.33 | 254.69 | 0.75 | 0.38 |
| Hex | 3C | 18 | AB | 41 | 56 | 0 | 21 | FF | 4B | 26 |
| Octal | 74 | 30 | 253 | 101 | 126 | 0 | 41 | 377 | 113 | 46 |
| Binary | 111100 | 11000 | 10101011 | 1000001 | 1010110 | 0 | 100001 | 11111111 | 1001011 | 100110 |
Color Harmonies of #3C18AB
Complementary color
Monochromatic Colors of #3C18AB
Black with #3C18AB
Text Example
Text Example
White with #3C18AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C18AB; }
p { color: rgb(60,24,171); }
H1.HeaderClassName
{
color: #3C18AB;
}
.AnyTagClassName
{
color: #3C18AB;
}
</style>
background-color css
<style>
a { background-color: #3C18AB; }
a { background-color: rgb(60,24,171); }
div.DivClassName
{
background-color: #3C18AB;
}
.BgClassName
{
background-color: #3C18AB;
}
</style>
border-color css
<style>
span { border-color: #3C18AB; }
span { border-color: rgb(60,24,171); }
td.TdClassName
{
border-color: #3C18AB;
}
.TagClassName
{
border-color: #3C18AB;
}
</style>