Shades of Blue Gem #3C289B
Tints of Blue Gem #3C289B
RGB
CMYK
RGB Variations
Color information
#3C289B (or 0x3C289B) is known color: Blue Gem. HEX triplet: 3C, 28 and 9B. RGB value is (60,40,155). Sum of RGB (Red+Green+Blue) = 60+40+155=255 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.53% from 255); Green value is 40 (16.02% from 255 or 15.69% from 255); Blue value is 155 (60.94% from 255 or 60.78% from 255); Max value from RGB is 155 - color contains mainly: blue. Hex color #3C289B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C289B is #C3D764. Grayscale: #3A3A3A. Windows color (decimal): -12834661 or 10168380. OLE color: 10168380.
HSL color Cylindrical-coordinate representation of color #3C289B: hue angle of 250.43º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3C289B is Cyan = 0.61, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 60 | 40 | 155 | - |
| CMYK | 0.61 | 0.74 | 0 | 0.39 |
| HSL | 250.43º | 0.59% | 0.38% | - |
| HSV(B) | 250.43º | 0.74% | 0.61% | - |
| XYZ | 8.54 | 4.84 | 31.5 | - |
| YUV | 59.09 | 182.13 | 128.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 40 | 155 | 0.61 | 0.74 | 0 | 0.39 | 250.43 | 0.59 | 0.38 |
| Hex | 3C | 28 | 9B | 3D | 4A | 0 | 27 | FA | 3B | 26 |
| Octal | 74 | 50 | 233 | 75 | 112 | 0 | 47 | 372 | 73 | 46 |
| Binary | 111100 | 101000 | 10011011 | 111101 | 1001010 | 0 | 100111 | 11111010 | 111011 | 100110 |
Color Harmonies of #3C289B
Complementary color
Monochromatic Colors of #3C289B
Black with #3C289B
Text Example
Text Example
White with #3C289B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C289B; }
p { color: rgb(60,40,155); }
H1.HeaderClassName
{
color: #3C289B;
}
.AnyTagClassName
{
color: #3C289B;
}
</style>
background-color css
<style>
a { background-color: #3C289B; }
a { background-color: rgb(60,40,155); }
div.DivClassName
{
background-color: #3C289B;
}
.BgClassName
{
background-color: #3C289B;
}
</style>
border-color css
<style>
span { border-color: #3C289B; }
span { border-color: rgb(60,40,155); }
td.TdClassName
{
border-color: #3C289B;
}
.TagClassName
{
border-color: #3C289B;
}
</style>