Shades of Blue Gem #3C2790
Tints of Blue Gem #3C2790
RGB
CMYK
RGB Variations
Color information
#3C2790 (or 0x3C2790) is known color: Blue Gem. HEX triplet: 3C, 27 and 90. RGB value is (60,39,144). Sum of RGB (Red+Green+Blue) = 60+39+144=243 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.69% from 243); Green value is 39 (15.62% from 255 or 16.05% from 243); Blue value is 144 (56.64% from 255 or 59.26% from 243); Max value from RGB is 144 - color contains mainly: blue. Hex color #3C2790 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C2790 is #C3D86F. Grayscale: #383838. Windows color (decimal): -12834928 or 9447228. OLE color: 9447228.
HSL color Cylindrical-coordinate representation of color #3C2790: hue angle of 252º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3C2790 is Cyan = 0.58, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 60 | 39 | 144 | - |
| CMYK | 0.58 | 0.73 | 0 | 0.44 |
| HSL | 252º | 0.57% | 0.36% | - |
| HSV(B) | 252º | 0.73% | 0.56% | - |
| XYZ | 7.62 | 4.43 | 26.84 | - |
| YUV | 57.25 | 176.96 | 129.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 39 | 144 | 0.58 | 0.73 | 0 | 0.44 | 252 | 0.57 | 0.36 |
| Hex | 3C | 27 | 90 | 3A | 49 | 0 | 2C | FC | 39 | 24 |
| Octal | 74 | 47 | 220 | 72 | 111 | 0 | 54 | 374 | 71 | 44 |
| Binary | 111100 | 100111 | 10010000 | 111010 | 1001001 | 0 | 101100 | 11111100 | 111001 | 100100 |
Color Harmonies of #3C2790
Complementary color
Monochromatic Colors of #3C2790
Black with #3C2790
Text Example
Text Example
White with #3C2790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C2790; }
p { color: rgb(60,39,144); }
H1.HeaderClassName
{
color: #3C2790;
}
.AnyTagClassName
{
color: #3C2790;
}
</style>
background-color css
<style>
a { background-color: #3C2790; }
a { background-color: rgb(60,39,144); }
div.DivClassName
{
background-color: #3C2790;
}
.BgClassName
{
background-color: #3C2790;
}
</style>
border-color css
<style>
span { border-color: #3C2790; }
span { border-color: rgb(60,39,144); }
td.TdClassName
{
border-color: #3C2790;
}
.TagClassName
{
border-color: #3C2790;
}
</style>