#2211B8

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

Shades of Medium Blue #2211B8

Tints of Medium Blue #2211B8

Color information

#2211B8 (or 0x2211B8) is unknown color: approx Medium Blue. HEX triplet: 22, 11 and B8. RGB value is (34,17,184). Sum of RGB (Red+Green+Blue) = 34+17+184=235 (31% of max value = 765). Red value is 34 (13.67% from 255 or 14.47% from 235); Green value is 17 (7.03% from 255 or 7.23% from 235); Blue value is 184 (72.27% from 255 or 78.30% from 235); Max value from RGB is 184 - color contains mainly: blue. Hex color #2211B8 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2211B8 is #DDEE47. Grayscale: #282828. Windows color (decimal): -14544456 or 12063010. OLE color: 12063010.

HSL color Cylindrical-coordinate representation of color #2211B8: hue angle of 246.11º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2211B8 is Cyan = 0.82, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB3417184-
CMYK0.820.9100.28
HSL246.11º83.08%39.41%-
HSV(B)246.11º90.76%72.16%-
XYZ9.514.245.66-
YUV41.12208.63122.92-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 14.47%
GREEN value IS 17 (7.03% from 255) = 7.23%
BLUE value IS 184 (72.27% from 255) = 78.30%
R=14.47%
G=7.23%
B=78.30%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal34171840.820.9100.28246.1183.0839.41
Hex2211B8525B01Cf65327
Octal422127012213303436612347
Binary100010100011011100010100101011011011100111101101010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2211B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2211B8; }

 p { color: rgb(34,17,184); }

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

<style>
 a { background-color: #2211B8; }

 a { background-color: rgb(34,17,184); }

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

<style>
 span { border-color: #2211B8; }

 span { border-color: rgb(34,17,184); }

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