Shades of Blue Gem #3C30B0
Tints of Blue Gem #3C30B0
RGB
CMYK
RGB Variations
Color information
#3C30B0 (or 0x3C30B0) is known color: Blue Gem. HEX triplet: 3C, 30 and B0. RGB value is (60,48,176). Sum of RGB (Red+Green+Blue) = 60+48+176=284 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.13% from 284); Green value is 48 (19.14% from 255 or 16.90% from 284); Blue value is 176 (69.14% from 255 or 61.97% from 284); Max value from RGB is 176 - color contains mainly: blue. Hex color #3C30B0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C30B0 is #C3CF4F. Grayscale: #414141. Windows color (decimal): -12832592 or 11546684. OLE color: 11546684.
HSL color Cylindrical-coordinate representation of color #3C30B0: hue angle of 245.62º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3C30B0 is Cyan = 0.66, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 60 | 48 | 176 | - |
| CMYK | 0.66 | 0.73 | 0 | 0.31 |
| HSL | 245.63º | 0.57% | 0.44% | - |
| HSV(B) | 245.63º | 0.73% | 0.69% | - |
| XYZ | 10.76 | 6.21 | 41.71 | - |
| YUV | 66.18 | 189.98 | 123.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 48 | 176 | 0.66 | 0.73 | 0 | 0.31 | 245.63 | 0.57 | 0.44 |
| Hex | 3C | 30 | B0 | 42 | 49 | 0 | 1F | F6 | 39 | 2C |
| Octal | 74 | 60 | 260 | 102 | 111 | 0 | 37 | 366 | 71 | 54 |
| Binary | 111100 | 110000 | 10110000 | 1000010 | 1001001 | 0 | 11111 | 11110110 | 111001 | 101100 |
Color Harmonies of #3C30B0
Complementary color
Monochromatic Colors of #3C30B0
Black with #3C30B0
Text Example
Text Example
White with #3C30B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C30B0; }
p { color: rgb(60,48,176); }
H1.HeaderClassName
{
color: #3C30B0;
}
.AnyTagClassName
{
color: #3C30B0;
}
</style>
background-color css
<style>
a { background-color: #3C30B0; }
a { background-color: rgb(60,48,176); }
div.DivClassName
{
background-color: #3C30B0;
}
.BgClassName
{
background-color: #3C30B0;
}
</style>
border-color css
<style>
span { border-color: #3C30B0; }
span { border-color: rgb(60,48,176); }
td.TdClassName
{
border-color: #3C30B0;
}
.TagClassName
{
border-color: #3C30B0;
}
</style>