#2212BB

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

Shades of Medium Blue #2212BB

Tints of Medium Blue #2212BB

Color information

#2212BB (or 0x2212BB) is unknown color: approx Medium Blue. HEX triplet: 22, 12 and BB. RGB value is (34,18,187). Sum of RGB (Red+Green+Blue) = 34+18+187=239 (31% of max value = 765). Red value is 34 (13.67% from 255 or 14.23% from 239); Green value is 18 (7.42% from 255 or 7.53% from 239); Blue value is 187 (73.44% from 255 or 78.24% from 239); Max value from RGB is 187 - color contains mainly: blue. Hex color #2212BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2212BB is #DDED44. Grayscale: #292929. Windows color (decimal): -14544197 or 12259874. OLE color: 12259874.

HSL color Cylindrical-coordinate representation of color #2212BB: hue angle of 245.68º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2212BB is Cyan = 0.82, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB3418187-
CMYK0.820.9000.27
HSL245.68º82.44%40.2%-
HSV(B)245.68º90.37%73.33%-
XYZ9.854.3647.34-
YUV42.05209.8122.26-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 14.23%
GREEN value IS 18 (7.42% from 255) = 7.53%
BLUE value IS 187 (73.44% from 255) = 78.24%
R=14.23%
G=7.53%
B=78.24%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal34181870.820.9000.27245.6882.4440.2
Hex2212BB525A01Bf65228
Octal422227312213203336612250
Binary100010100101011101110100101011010011011111101101010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2212BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2212BB; }

 p { color: rgb(34,18,187); }

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

<style>
 a { background-color: #2212BB; }

 a { background-color: rgb(34,18,187); }

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

<style>
 span { border-color: #2212BB; }

 span { border-color: rgb(34,18,187); }

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