Shades of Blue Gem #3C34AB
Tints of Blue Gem #3C34AB
RGB
CMYK
RGB Variations
Color information
#3C34AB (or 0x3C34AB) is known color: Blue Gem. HEX triplet: 3C, 34 and AB. RGB value is (60,52,171). Sum of RGB (Red+Green+Blue) = 60+52+171=283 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.20% from 283); Green value is 52 (20.70% from 255 or 18.37% from 283); Blue value is 171 (67.19% from 255 or 60.42% from 283); Max value from RGB is 171 - color contains mainly: blue. Hex color #3C34AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C34AB is #C3CB54. Grayscale: #434343. Windows color (decimal): -12831573 or 11220028. OLE color: 11220028.
HSL color Cylindrical-coordinate representation of color #3C34AB: hue angle of 244.03º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3C34AB is Cyan = 0.65, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 60 | 52 | 171 | - |
| CMYK | 0.65 | 0.70 | 0 | 0.33 |
| HSL | 244.03º | 0.53% | 0.44% | - |
| HSV(B) | 244.03º | 0.7% | 0.67% | - |
| XYZ | 10.44 | 6.36 | 39.2 | - |
| YUV | 67.96 | 186.15 | 122.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 52 | 171 | 0.65 | 0.70 | 0 | 0.33 | 244.03 | 0.53 | 0.44 |
| Hex | 3C | 34 | AB | 41 | 46 | 0 | 21 | F4 | 35 | 2C |
| Octal | 74 | 64 | 253 | 101 | 106 | 0 | 41 | 364 | 65 | 54 |
| Binary | 111100 | 110100 | 10101011 | 1000001 | 1000110 | 0 | 100001 | 11110100 | 110101 | 101100 |
Color Harmonies of #3C34AB
Complementary color
Monochromatic Colors of #3C34AB
Black with #3C34AB
Text Example
Text Example
White with #3C34AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C34AB; }
p { color: rgb(60,52,171); }
H1.HeaderClassName
{
color: #3C34AB;
}
.AnyTagClassName
{
color: #3C34AB;
}
</style>
background-color css
<style>
a { background-color: #3C34AB; }
a { background-color: rgb(60,52,171); }
div.DivClassName
{
background-color: #3C34AB;
}
.BgClassName
{
background-color: #3C34AB;
}
</style>
border-color css
<style>
span { border-color: #3C34AB; }
span { border-color: rgb(60,52,171); }
td.TdClassName
{
border-color: #3C34AB;
}
.TagClassName
{
border-color: #3C34AB;
}
</style>