Shades of Blue Gem #3C289A
Tints of Blue Gem #3C289A
RGB
CMYK
RGB Variations
Color information
#3C289A (or 0x3C289A) is known color: Blue Gem. HEX triplet: 3C, 28 and 9A. RGB value is (60,40,154). Sum of RGB (Red+Green+Blue) = 60+40+154=254 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.62% from 254); Green value is 40 (16.02% from 255 or 15.75% from 254); Blue value is 154 (60.55% from 255 or 60.63% from 254); Max value from RGB is 154 - color contains mainly: blue. Hex color #3C289A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C289A is #C3D765. Grayscale: #3A3A3A. Windows color (decimal): -12834662 or 10102844. OLE color: 10102844.
HSL color Cylindrical-coordinate representation of color #3C289A: hue angle of 250.53º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3C289A is Cyan = 0.61, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 60 | 40 | 154 | - |
| CMYK | 0.61 | 0.74 | 0 | 0.40 |
| HSL | 250.53º | 0.59% | 0.38% | - |
| HSV(B) | 250.53º | 0.74% | 0.6% | - |
| XYZ | 8.46 | 4.81 | 31.05 | - |
| YUV | 58.98 | 181.63 | 128.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 40 | 154 | 0.61 | 0.74 | 0 | 0.40 | 250.53 | 0.59 | 0.38 |
| Hex | 3C | 28 | 9A | 3D | 4A | 0 | 28 | FB | 3B | 26 |
| Octal | 74 | 50 | 232 | 75 | 112 | 0 | 50 | 373 | 73 | 46 |
| Binary | 111100 | 101000 | 10011010 | 111101 | 1001010 | 0 | 101000 | 11111011 | 111011 | 100110 |
Color Harmonies of #3C289A
Complementary color
Monochromatic Colors of #3C289A
Black with #3C289A
Text Example
Text Example
White with #3C289A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C289A; }
p { color: rgb(60,40,154); }
H1.HeaderClassName
{
color: #3C289A;
}
.AnyTagClassName
{
color: #3C289A;
}
</style>
background-color css
<style>
a { background-color: #3C289A; }
a { background-color: rgb(60,40,154); }
div.DivClassName
{
background-color: #3C289A;
}
.BgClassName
{
background-color: #3C289A;
}
</style>
border-color css
<style>
span { border-color: #3C289A; }
span { border-color: rgb(60,40,154); }
td.TdClassName
{
border-color: #3C289A;
}
.TagClassName
{
border-color: #3C289A;
}
</style>