#2206CB

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

Shades of Medium Blue #2206CB

Tints of Medium Blue #2206CB

Color information

#2206CB (or 0x2206CB) is unknown color: approx Medium Blue. HEX triplet: 22, 06 and CB. RGB value is (34,6,203). Sum of RGB (Red+Green+Blue) = 34+6+203=243 (32% of max value = 765). Red value is 34 (13.67% from 255 or 13.99% from 243); Green value is 6 (2.73% from 255 or 2.47% from 243); Blue value is 203 (79.69% from 255 or 83.54% from 243); Max value from RGB is 203 - color contains mainly: blue. Hex color #2206CB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2206CB is #DDF934. Grayscale: #242424. Windows color (decimal): -14547253 or 13305378. OLE color: 13305378.

HSL color Cylindrical-coordinate representation of color #2206CB: hue angle of 248.53º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2206CB is Cyan = 0.83, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB346203-
CMYK0.830.9700.20
HSL248.53º94.26%40.98%-
HSV(B)248.53º97.04%79.61%-
XYZ11.54.7856.82-
YUV36.83221.78125.98-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 13.99%
GREEN value IS 6 (2.73% from 255) = 2.47%
BLUE value IS 203 (79.69% from 255) = 83.54%
R=13.99%
G=2.47%
B=83.54%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal3462030.830.9700.20248.5394.2640.98
Hex226CB5361014f95e29
Octal42631312314102437113651
Binary1000101101100101110100111100001010100111110011011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2206CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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