#2201BA

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

Shades of Medium Blue #2201BA

Tints of Medium Blue #2201BA

Color information

#2201BA (or 0x2201BA) is unknown color: approx Medium Blue. HEX triplet: 22, 01 and BA. RGB value is (34,1,186). Sum of RGB (Red+Green+Blue) = 34+1+186=221 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.38% from 221); Green value is 1 (0.78% from 255 or 0.45% from 221); Blue value is 186 (73.05% from 255 or 84.16% from 221); Max value from RGB is 186 - color contains mainly: blue. Hex color #2201BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2201BA is #DDFE45. Grayscale: #1F1F1F. Windows color (decimal): -14548550 or 12189986. OLE color: 12189986.

HSL color Cylindrical-coordinate representation of color #2201BA: hue angle of 250.7º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2201BA is Cyan = 0.82, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB341186-
CMYK0.820.9900.27
HSL250.7º98.93%36.67%-
HSV(B)250.7º99.46%72.94%-
XYZ9.533.9146.71-
YUV31.96214.93129.46-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 15.38%
GREEN value IS 1 (0.78% from 255) = 0.45%
BLUE value IS 186 (73.05% from 255) = 84.16%
R=15.38%
G=0.45%
B=84.16%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal3411860.820.9900.27250.798.9336.67
Hex221BA526301Bfb6325
Octal42127212214303337314345
Binary10001011011101010100101100011011011111110111100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2201BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2201BA; }

 p { color: rgb(34,1,186); }

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

<style>
 a { background-color: #2201BA; }

 a { background-color: rgb(34,1,186); }

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

<style>
 span { border-color: #2201BA; }

 span { border-color: rgb(34,1,186); }

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