Shades of Medium Blue #220CBC
Tints of Medium Blue #220CBC
RGB
CMYK
RGB Variations
Color information
#220CBC (or 0x220CBC) is known color: Medium Blue. HEX triplet: 22, 0C and BC. RGB value is (34,12,188). Sum of RGB (Red+Green+Blue) = 34+12+188=234 (30% of max value = 765). Red value is 34 (13.67% from 255 or 14.53% from 234); Green value is 12 (5.08% from 255 or 5.13% from 234); Blue value is 188 (73.83% from 255 or 80.34% from 234); Max value from RGB is 188 - color contains mainly: blue. Hex color #220CBC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #220CBC is #DDF343. Grayscale: #252525. Windows color (decimal): -14545732 or 12323874. OLE color: 12323874.
HSL color Cylindrical-coordinate representation of color #220CBC: hue angle of 247.5º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #220CBC is Cyan = 0.82, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 34 | 12 | 188 | - |
| CMYK | 0.82 | 0.94 | 0 | 0.26 |
| HSL | 247.5º | 0.88% | 0.39% | - |
| HSV(B) | 247.5º | 0.94% | 0.74% | - |
| XYZ | 9.87 | 4.23 | 47.87 | - |
| YUV | 38.64 | 212.29 | 124.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 12 | 188 | 0.82 | 0.94 | 0 | 0.26 | 247.5 | 0.88 | 0.39 |
| Hex | 22 | C | BC | 52 | 5E | 0 | 1A | F8 | 58 | 27 |
| Octal | 42 | 14 | 274 | 122 | 136 | 0 | 32 | 370 | 130 | 47 |
| Binary | 100010 | 1100 | 10111100 | 1010010 | 1011110 | 0 | 11010 | 11111000 | 1011000 | 100111 |
Color Harmonies of #220CBC
Complementary color
Monochromatic Colors of #220CBC
Black with #220CBC
Text Example
Text Example
White with #220CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220CBC; }
p { color: rgb(34,12,188); }
H1.HeaderClassName
{
color: #220CBC;
}
.AnyTagClassName
{
color: #220CBC;
}
</style>
background-color css
<style>
a { background-color: #220CBC; }
a { background-color: rgb(34,12,188); }
div.DivClassName
{
background-color: #220CBC;
}
.BgClassName
{
background-color: #220CBC;
}
</style>
border-color css
<style>
span { border-color: #220CBC; }
span { border-color: rgb(34,12,188); }
td.TdClassName
{
border-color: #220CBC;
}
.TagClassName
{
border-color: #220CBC;
}
</style>