#221BDD

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

Shades of Medium Blue #221BDD

Tints of Medium Blue #221BDD

Color information

#221BDD (or 0x221BDD) is unknown color: approx Medium Blue. HEX triplet: 22, 1B and DD. RGB value is (34,27,221). Sum of RGB (Red+Green+Blue) = 34+27+221=282 (37% of max value = 765). Red value is 34 (13.67% from 255 or 12.06% from 282); Green value is 27 (10.94% from 255 or 9.57% from 282); Blue value is 221 (86.72% from 255 or 78.37% from 282); Max value from RGB is 221 - color contains mainly: blue. Hex color #221BDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #221BDD is #DDE422. Grayscale: #323232. Windows color (decimal): -14541859 or 14490402. OLE color: 14490402.

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

Color convert

RGB3427221-
CMYK0.850.8800.13
HSL242.16º78.23%48.63%-
HSV(B)242.16º87.78%86.67%-
XYZ14.16.3468.89-
YUV51.21223.82115.73-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 12.06%
GREEN value IS 27 (10.94% from 255) = 9.57%
BLUE value IS 221 (86.72% from 255) = 78.37%
R=12.06%
G=9.57%
B=78.37%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal34272210.850.8800.13242.1678.2348.63
Hex221BDD55580Df24e31
Octal423333512513001536211661
Binary10001011011110111011010101101100001101111100101001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221BDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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