Shades of Medium Blue #220ACE
Tints of Medium Blue #220ACE
RGB
CMYK
RGB Variations
Color information
#220ACE (or 0x220ACE) is known color: Medium Blue. HEX triplet: 22, 0A and CE. RGB value is (34,10,206). Sum of RGB (Red+Green+Blue) = 34+10+206=250 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.6% from 250); Green value is 10 (4.30% from 255 or 4% from 250); Blue value is 206 (80.86% from 255 or 82.4% from 250); Max value from RGB is 206 - color contains mainly: blue. Hex color #220ACE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #220ACE is #DDF531. Grayscale: #262626. Windows color (decimal): -14546226 or 13503010. OLE color: 13503010.
HSL color Cylindrical-coordinate representation of color #220ACE: hue angle of 247.35º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #220ACE is Cyan = 0.83, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
RGB | 34 | 10 | 206 | - |
CMYK | 0.83 | 0.95 | 0 | 0.19 |
HSL | 247.35º | 0.91% | 0.42% | - |
HSV(B) | 247.35º | 0.95% | 0.81% | - |
XYZ | 11.91 | 5.01 | 58.73 | - |
YUV | 39.52 | 221.95 | 124.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 34 | 10 | 206 | 0.83 | 0.95 | 0 | 0.19 | 247.35 | 0.91 | 0.42 |
Hex | 22 | A | CE | 53 | 5F | 0 | 13 | F7 | 5B | 2A |
Octal | 42 | 12 | 316 | 123 | 137 | 0 | 23 | 367 | 133 | 52 |
Binary | 100010 | 1010 | 11001110 | 1010011 | 1011111 | 0 | 10011 | 11110111 | 1011011 | 101010 |
Color Harmonies of #220ACE
Complementary color
Monochromatic Colors of #220ACE
Black with #220ACE
Text Example
Text Example
White with #220ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220ACE; }
p { color: rgb(34,10,206); }
H1.HeaderClassName
{
color: #220ACE;
}
.AnyTagClassName
{
color: #220ACE;
}
</style>
background-color css
<style>
a { background-color: #220ACE; }
a { background-color: rgb(34,10,206); }
div.DivClassName
{
background-color: #220ACE;
}
.BgClassName
{
background-color: #220ACE;
}
</style>
border-color css
<style>
span { border-color: #220ACE; }
span { border-color: rgb(34,10,206); }
td.TdClassName
{
border-color: #220ACE;
}
.TagClassName
{
border-color: #220ACE;
}
</style>