#221BE1

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

Shades of Medium Blue #221BE1

Tints of Medium Blue #221BE1

Color information

#221BE1 (or 0x221BE1) is unknown color: approx Medium Blue. HEX triplet: 22, 1B and E1. RGB value is (34,27,225). Sum of RGB (Red+Green+Blue) = 34+27+225=286 (37% of max value = 765). Red value is 34 (13.67% from 255 or 11.89% from 286); Green value is 27 (10.94% from 255 or 9.44% from 286); Blue value is 225 (88.28% from 255 or 78.67% from 286); Max value from RGB is 225 - color contains mainly: blue. Hex color #221BE1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #221BE1 is #DDE41E. Grayscale: #323232. Windows color (decimal): -14541855 or 14752546. OLE color: 14752546.

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

Color convert

RGB3427225-
CMYK0.850.8800.12
HSL242.12º78.57%49.41%-
HSV(B)242.12º88%88.24%-
XYZ14.646.5671.73-
YUV51.67225.82115.4-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 11.89%
GREEN value IS 27 (10.94% from 255) = 9.44%
BLUE value IS 225 (88.28% from 255) = 78.67%
R=11.89%
G=9.44%
B=78.67%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal34272250.850.8800.12242.1278.5749.41
Hex221BE155580Cf24f31
Octal423334112513001436211761
Binary10001011011111000011010101101100001100111100101001111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221BE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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