Shades of Blue Gem #3C38AC
Tints of Blue Gem #3C38AC
RGB
CMYK
RGB Variations
Color information
#3C38AC (or 0x3C38AC) is known color: Blue Gem. HEX triplet: 3C, 38 and AC. RGB value is (60,56,172). Sum of RGB (Red+Green+Blue) = 60+56+172=288 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.83% from 288); Green value is 56 (22.27% from 255 or 19.44% from 288); Blue value is 172 (67.58% from 255 or 59.72% from 288); Max value from RGB is 172 - color contains mainly: blue. Hex color #3C38AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C38AC is #C3C753. Grayscale: #454545. Windows color (decimal): -12830548 or 11286588. OLE color: 11286588.
HSL color Cylindrical-coordinate representation of color #3C38AC: hue angle of 242.07º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3C38AC is Cyan = 0.65, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 60 | 56 | 172 | - |
| CMYK | 0.65 | 0.67 | 0 | 0.33 |
| HSL | 242.07º | 0.51% | 0.45% | - |
| HSV(B) | 242.07º | 0.67% | 0.67% | - |
| XYZ | 10.72 | 6.77 | 39.77 | - |
| YUV | 70.42 | 185.33 | 120.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 56 | 172 | 0.65 | 0.67 | 0 | 0.33 | 242.07 | 0.51 | 0.45 |
| Hex | 3C | 38 | AC | 41 | 43 | 0 | 21 | F2 | 33 | 2D |
| Octal | 74 | 70 | 254 | 101 | 103 | 0 | 41 | 362 | 63 | 55 |
| Binary | 111100 | 111000 | 10101100 | 1000001 | 1000011 | 0 | 100001 | 11110010 | 110011 | 101101 |
Color Harmonies of #3C38AC
Complementary color
Monochromatic Colors of #3C38AC
Black with #3C38AC
Text Example
Text Example
White with #3C38AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C38AC; }
p { color: rgb(60,56,172); }
H1.HeaderClassName
{
color: #3C38AC;
}
.AnyTagClassName
{
color: #3C38AC;
}
</style>
background-color css
<style>
a { background-color: #3C38AC; }
a { background-color: rgb(60,56,172); }
div.DivClassName
{
background-color: #3C38AC;
}
.BgClassName
{
background-color: #3C38AC;
}
</style>
border-color css
<style>
span { border-color: #3C38AC; }
span { border-color: rgb(60,56,172); }
td.TdClassName
{
border-color: #3C38AC;
}
.TagClassName
{
border-color: #3C38AC;
}
</style>