#2206BD

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

Shades of Medium Blue #2206BD

Tints of Medium Blue #2206BD

Color information

#2206BD (or 0x2206BD) is unknown color: approx Medium Blue. HEX triplet: 22, 06 and BD. RGB value is (34,6,189). Sum of RGB (Red+Green+Blue) = 34+6+189=229 (30% of max value = 765). Red value is 34 (13.67% from 255 or 14.85% from 229); Green value is 6 (2.73% from 255 or 2.62% from 229); Blue value is 189 (74.22% from 255 or 82.53% from 229); Max value from RGB is 189 - color contains mainly: blue. Hex color #2206BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2206BD is #DDF942. Grayscale: #222222. Windows color (decimal): -14547267 or 12387874. OLE color: 12387874.

HSL color Cylindrical-coordinate representation of color #2206BD: hue angle of 249.18º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2206BD is Cyan = 0.82, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB346189-
CMYK0.820.9700.26
HSL249.18º93.85%38.24%-
HSV(B)249.18º96.83%74.12%-
XYZ9.914.1448.42-
YUV35.23214.78127.12-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 14.85%
GREEN value IS 6 (2.73% from 255) = 2.62%
BLUE value IS 189 (74.22% from 255) = 82.53%
R=14.85%
G=2.62%
B=82.53%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal3461890.820.9700.26249.1893.8538.24
Hex226BD526101Af95e26
Octal42627512214103237113646
Binary1000101101011110110100101100001011010111110011011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2206BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2206BD; }

 p { color: rgb(34,6,189); }

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

<style>
 a { background-color: #2206BD; }

 a { background-color: rgb(34,6,189); }

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

<style>
 span { border-color: #2206BD; }

 span { border-color: rgb(34,6,189); }

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