Shades of Medium Blue #2206CA
Tints of Medium Blue #2206CA
RGB
CMYK
RGB Variations
Color information
#2206CA (or 0x2206CA) is known color: Medium Blue. HEX triplet: 22, 06 and CA. RGB value is (34,6,202). Sum of RGB (Red+Green+Blue) = 34+6+202=242 (32% of max value = 765). Red value is 34 (13.67% from 255 or 14.05% from 242); Green value is 6 (2.73% from 255 or 2.48% from 242); Blue value is 202 (79.30% from 255 or 83.47% from 242); Max value from RGB is 202 - color contains mainly: blue. Hex color #2206CA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2206CA is #DDF935. Grayscale: #232323. Windows color (decimal): -14547254 or 13239842. OLE color: 13239842.
HSL color Cylindrical-coordinate representation of color #2206CA: hue angle of 248.57º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2206CA is Cyan = 0.83, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 34 | 6 | 202 | - |
| CMYK | 0.83 | 0.97 | 0 | 0.21 |
| HSL | 248.57º | 0.94% | 0.41% | - |
| HSV(B) | 248.57º | 0.97% | 0.79% | - |
| XYZ | 11.39 | 4.73 | 56.19 | - |
| YUV | 36.72 | 221.28 | 126.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 6 | 202 | 0.83 | 0.97 | 0 | 0.21 | 248.57 | 0.94 | 0.41 |
| Hex | 22 | 6 | CA | 53 | 61 | 0 | 15 | F9 | 5E | 29 |
| Octal | 42 | 6 | 312 | 123 | 141 | 0 | 25 | 371 | 136 | 51 |
| Binary | 100010 | 110 | 11001010 | 1010011 | 1100001 | 0 | 10101 | 11111001 | 1011110 | 101001 |
Color Harmonies of #2206CA
Complementary color
Monochromatic Colors of #2206CA
Black with #2206CA
Text Example
Text Example
White with #2206CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2206CA; }
p { color: rgb(34,6,202); }
H1.HeaderClassName
{
color: #2206CA;
}
.AnyTagClassName
{
color: #2206CA;
}
</style>
background-color css
<style>
a { background-color: #2206CA; }
a { background-color: rgb(34,6,202); }
div.DivClassName
{
background-color: #2206CA;
}
.BgClassName
{
background-color: #2206CA;
}
</style>
border-color css
<style>
span { border-color: #2206CA; }
span { border-color: rgb(34,6,202); }
td.TdClassName
{
border-color: #2206CA;
}
.TagClassName
{
border-color: #2206CA;
}
</style>