Shades of Blue Gem #3C36AC
Tints of Blue Gem #3C36AC
RGB
CMYK
RGB Variations
Color information
#3C36AC (or 0x3C36AC) is known color: Blue Gem. HEX triplet: 3C, 36 and AC. RGB value is (60,54,172). Sum of RGB (Red+Green+Blue) = 60+54+172=286 (37% of max value = 765). Red value is 60 (23.83% from 255 or 20.98% from 286); Green value is 54 (21.48% from 255 or 18.88% from 286); Blue value is 172 (67.58% from 255 or 60.14% from 286); Max value from RGB is 172 - color contains mainly: blue. Hex color #3C36AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C36AC is #C3C953. Grayscale: #444444. Windows color (decimal): -12831060 or 11286076. OLE color: 11286076.
HSL color Cylindrical-coordinate representation of color #3C36AC: hue angle of 243.05º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3C36AC is Cyan = 0.65, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 60 | 54 | 172 | - |
| CMYK | 0.65 | 0.69 | 0 | 0.33 |
| HSL | 243.05º | 0.52% | 0.44% | - |
| HSV(B) | 243.05º | 0.69% | 0.67% | - |
| XYZ | 10.63 | 6.58 | 39.74 | - |
| YUV | 69.25 | 185.99 | 121.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 54 | 172 | 0.65 | 0.69 | 0 | 0.33 | 243.05 | 0.52 | 0.44 |
| Hex | 3C | 36 | AC | 41 | 45 | 0 | 21 | F3 | 34 | 2C |
| Octal | 74 | 66 | 254 | 101 | 105 | 0 | 41 | 363 | 64 | 54 |
| Binary | 111100 | 110110 | 10101100 | 1000001 | 1000101 | 0 | 100001 | 11110011 | 110100 | 101100 |
Color Harmonies of #3C36AC
Complementary color
Monochromatic Colors of #3C36AC
Black with #3C36AC
Text Example
Text Example
White with #3C36AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C36AC; }
p { color: rgb(60,54,172); }
H1.HeaderClassName
{
color: #3C36AC;
}
.AnyTagClassName
{
color: #3C36AC;
}
</style>
background-color css
<style>
a { background-color: #3C36AC; }
a { background-color: rgb(60,54,172); }
div.DivClassName
{
background-color: #3C36AC;
}
.BgClassName
{
background-color: #3C36AC;
}
</style>
border-color css
<style>
span { border-color: #3C36AC; }
span { border-color: rgb(60,54,172); }
td.TdClassName
{
border-color: #3C36AC;
}
.TagClassName
{
border-color: #3C36AC;
}
</style>