Shades of Blue Gem #3C33B0
Tints of Blue Gem #3C33B0
RGB
CMYK
RGB Variations
Color information
#3C33B0 (or 0x3C33B0) is known color: Blue Gem. HEX triplet: 3C, 33 and B0. RGB value is (60,51,176). Sum of RGB (Red+Green+Blue) = 60+51+176=287 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.91% from 287); Green value is 51 (20.31% from 255 or 17.77% from 287); Blue value is 176 (69.14% from 255 or 61.32% from 287); Max value from RGB is 176 - color contains mainly: blue. Hex color #3C33B0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C33B0 is #C3CC4F. Grayscale: #434343. Windows color (decimal): -12831824 or 11547452. OLE color: 11547452.
HSL color Cylindrical-coordinate representation of color #3C33B0: hue angle of 244.32º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3C33B0 is Cyan = 0.66, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 60 | 51 | 176 | - |
| CMYK | 0.66 | 0.71 | 0 | 0.31 |
| HSL | 244.32º | 0.55% | 0.45% | - |
| HSV(B) | 244.32º | 0.71% | 0.69% | - |
| XYZ | 10.88 | 6.46 | 41.75 | - |
| YUV | 67.94 | 188.98 | 122.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 51 | 176 | 0.66 | 0.71 | 0 | 0.31 | 244.32 | 0.55 | 0.45 |
| Hex | 3C | 33 | B0 | 42 | 47 | 0 | 1F | F4 | 37 | 2D |
| Octal | 74 | 63 | 260 | 102 | 107 | 0 | 37 | 364 | 67 | 55 |
| Binary | 111100 | 110011 | 10110000 | 1000010 | 1000111 | 0 | 11111 | 11110100 | 110111 | 101101 |
Color Harmonies of #3C33B0
Complementary color
Monochromatic Colors of #3C33B0
Black with #3C33B0
Text Example
Text Example
White with #3C33B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C33B0; }
p { color: rgb(60,51,176); }
H1.HeaderClassName
{
color: #3C33B0;
}
.AnyTagClassName
{
color: #3C33B0;
}
</style>
background-color css
<style>
a { background-color: #3C33B0; }
a { background-color: rgb(60,51,176); }
div.DivClassName
{
background-color: #3C33B0;
}
.BgClassName
{
background-color: #3C33B0;
}
</style>
border-color css
<style>
span { border-color: #3C33B0; }
span { border-color: rgb(60,51,176); }
td.TdClassName
{
border-color: #3C33B0;
}
.TagClassName
{
border-color: #3C33B0;
}
</style>