#220ACA

Color #220ACA Medium Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Blue #220ACA

Tints of Medium Blue #220ACA

Color information

#220ACA (or 0x220ACA) is unknown color: approx Medium Blue. HEX triplet: 22, 0A and CA. RGB value is (34,10,202). Sum of RGB (Red+Green+Blue) = 34+10+202=246 (32% of max value = 765). Red value is 34 (13.67% from 255 or 13.82% from 246); Green value is 10 (4.30% from 255 or 4.07% from 246); Blue value is 202 (79.30% from 255 or 82.11% from 246); Max value from RGB is 202 - color contains mainly: blue. Hex color #220ACA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #220ACA is #DDF535. Grayscale: #262626. Windows color (decimal): -14546230 or 13240866. OLE color: 13240866.

HSL color Cylindrical-coordinate representation of color #220ACA: hue angle of 247.5º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #220ACA is Cyan = 0.83, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB3410202-
CMYK0.830.9500.21
HSL247.5º90.57%41.57%-
HSV(B)247.5º95.05%79.22%-
XYZ11.434.8256.21-
YUV39.06219.95124.39-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 34 (13.67% from 255) = 13.82%
GREEN value IS 10 (4.30% from 255) = 4.07%
BLUE value IS 202 (79.30% from 255) = 82.11%
R=13.82%
G=4.07%
B=82.11%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal34102020.830.9500.21247.590.5741.57
Hex22ACA535F015f85b2a
Octal421231212313702537013352
Binary10001010101100101010100111011111010101111110001011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #220ACA; }

 p { color: rgb(34,10,202); }

 H1.HeaderClassName
 {
   color: #220ACA;
 }
 .AnyTagClassName
 {
   color: #220ACA;
 }
</style>
background-color css

<style>
 a { background-color: #220ACA; }

 a { background-color: rgb(34,10,202); }

 div.DivClassName
 {
   background-color: #220ACA;
 }
 .BgClassName
 {
   background-color: #220ACA;
 }
</style>
border-color css

<style>
 span { border-color: #220ACA; }

 span { border-color: rgb(34,10,202); }

 td.TdClassName
 {
   border-color: #220ACA;
 }
 .TagClassName
 {
   border-color: #220ACA;
 }
</style>