#221CDD

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

Shades of Medium Blue #221CDD

Tints of Medium Blue #221CDD

Color information

#221CDD (or 0x221CDD) is unknown color: approx Medium Blue. HEX triplet: 22, 1C and DD. RGB value is (34,28,221). Sum of RGB (Red+Green+Blue) = 34+28+221=283 (37% of max value = 765). Red value is 34 (13.67% from 255 or 12.01% from 283); Green value is 28 (11.33% from 255 or 9.89% from 283); Blue value is 221 (86.72% from 255 or 78.09% from 283); Max value from RGB is 221 - color contains mainly: blue. Hex color #221CDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #221CDD is #DDE322. Grayscale: #333333. Windows color (decimal): -14541603 or 14490658. OLE color: 14490658.

HSL color Cylindrical-coordinate representation of color #221CDD: hue angle of 241.87º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #221CDD is Cyan = 0.85, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB3428221-
CMYK0.850.8700.13
HSL241.87º77.51%48.82%-
HSV(B)241.87º87.33%86.67%-
XYZ14.136.3968.9-
YUV51.8223.49115.31-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 12.01%
GREEN value IS 28 (11.33% from 255) = 9.89%
BLUE value IS 221 (86.72% from 255) = 78.09%
R=12.01%
G=9.89%
B=78.09%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal34282210.850.8700.13241.8777.5148.82
Hex221CDD55570Df24e31
Octal423433512512701536211661
Binary10001011100110111011010101101011101101111100101001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221CDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #221CDD; }

 p { color: rgb(34,28,221); }

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

<style>
 a { background-color: #221CDD; }

 a { background-color: rgb(34,28,221); }

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

<style>
 span { border-color: #221CDD; }

 span { border-color: rgb(34,28,221); }

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