Shades of Medium Blue #220CCD
Tints of Medium Blue #220CCD
RGB
CMYK
RGB Variations
Color information
#220CCD (or 0x220CCD) is known color: Medium Blue. HEX triplet: 22, 0C and CD. RGB value is (34,12,205). Sum of RGB (Red+Green+Blue) = 34+12+205=251 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.55% from 251); Green value is 12 (5.08% from 255 or 4.78% from 251); Blue value is 205 (80.47% from 255 or 81.67% from 251); Max value from RGB is 205 - color contains mainly: blue. Hex color #220CCD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #220CCD is #DDF332. Grayscale: #272727. Windows color (decimal): -14545715 or 13437986. OLE color: 13437986.
HSL color Cylindrical-coordinate representation of color #220CCD: hue angle of 246.84º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #220CCD is Cyan = 0.83, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 34 | 12 | 205 | - |
| CMYK | 0.83 | 0.94 | 0 | 0.20 |
| HSL | 246.84º | 0.89% | 0.43% | - |
| HSV(B) | 246.84º | 0.94% | 0.8% | - |
| XYZ | 11.81 | 5.01 | 58.1 | - |
| YUV | 40.58 | 220.79 | 123.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 12 | 205 | 0.83 | 0.94 | 0 | 0.20 | 246.84 | 0.89 | 0.43 |
| Hex | 22 | C | CD | 53 | 5E | 0 | 14 | F7 | 59 | 2B |
| Octal | 42 | 14 | 315 | 123 | 136 | 0 | 24 | 367 | 131 | 53 |
| Binary | 100010 | 1100 | 11001101 | 1010011 | 1011110 | 0 | 10100 | 11110111 | 1011001 | 101011 |
Color Harmonies of #220CCD
Complementary color
Monochromatic Colors of #220CCD
Black with #220CCD
Text Example
Text Example
White with #220CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220CCD; }
p { color: rgb(34,12,205); }
H1.HeaderClassName
{
color: #220CCD;
}
.AnyTagClassName
{
color: #220CCD;
}
</style>
background-color css
<style>
a { background-color: #220CCD; }
a { background-color: rgb(34,12,205); }
div.DivClassName
{
background-color: #220CCD;
}
.BgClassName
{
background-color: #220CCD;
}
</style>
border-color css
<style>
span { border-color: #220CCD; }
span { border-color: rgb(34,12,205); }
td.TdClassName
{
border-color: #220CCD;
}
.TagClassName
{
border-color: #220CCD;
}
</style>