Shades of Medium Blue #220CBD
Tints of Medium Blue #220CBD
RGB
CMYK
RGB Variations
Color information
#220CBD (or 0x220CBD) is known color: Medium Blue. HEX triplet: 22, 0C and BD. RGB value is (34,12,189). Sum of RGB (Red+Green+Blue) = 34+12+189=235 (31% of max value = 765). Red value is 34 (13.67% from 255 or 14.47% from 235); Green value is 12 (5.08% from 255 or 5.11% from 235); Blue value is 189 (74.22% from 255 or 80.43% from 235); Max value from RGB is 189 - color contains mainly: blue. Hex color #220CBD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #220CBD is #DDF342. Grayscale: #262626. Windows color (decimal): -14545731 or 12389410. OLE color: 12389410.
HSL color Cylindrical-coordinate representation of color #220CBD: hue angle of 247.46º 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 #220CBD is Cyan = 0.82, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 34 | 12 | 189 | - |
| CMYK | 0.82 | 0.94 | 0 | 0.26 |
| HSL | 247.46º | 0.88% | 0.39% | - |
| HSV(B) | 247.46º | 0.94% | 0.74% | - |
| XYZ | 9.98 | 4.28 | 48.44 | - |
| YUV | 38.76 | 212.79 | 124.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 12 | 189 | 0.82 | 0.94 | 0 | 0.26 | 247.46 | 0.88 | 0.39 |
| Hex | 22 | C | BD | 52 | 5E | 0 | 1A | F7 | 58 | 27 |
| Octal | 42 | 14 | 275 | 122 | 136 | 0 | 32 | 367 | 130 | 47 |
| Binary | 100010 | 1100 | 10111101 | 1010010 | 1011110 | 0 | 11010 | 11110111 | 1011000 | 100111 |
Color Harmonies of #220CBD
Complementary color
Monochromatic Colors of #220CBD
Black with #220CBD
Text Example
Text Example
White with #220CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220CBD; }
p { color: rgb(34,12,189); }
H1.HeaderClassName
{
color: #220CBD;
}
.AnyTagClassName
{
color: #220CBD;
}
</style>
background-color css
<style>
a { background-color: #220CBD; }
a { background-color: rgb(34,12,189); }
div.DivClassName
{
background-color: #220CBD;
}
.BgClassName
{
background-color: #220CBD;
}
</style>
border-color css
<style>
span { border-color: #220CBD; }
span { border-color: rgb(34,12,189); }
td.TdClassName
{
border-color: #220CBD;
}
.TagClassName
{
border-color: #220CBD;
}
</style>