#2209C4

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

Shades of Medium Blue #2209C4

Tints of Medium Blue #2209C4

Color information

#2209C4 (or 0x2209C4) is unknown color: approx Medium Blue. HEX triplet: 22, 09 and C4. RGB value is (34,9,196). Sum of RGB (Red+Green+Blue) = 34+9+196=239 (31% of max value = 765). Red value is 34 (13.67% from 255 or 14.23% from 239); Green value is 9 (3.91% from 255 or 3.77% from 239); Blue value is 196 (76.95% from 255 or 82.01% from 239); Max value from RGB is 196 - color contains mainly: blue. Hex color #2209C4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2209C4 is #DDF63B. Grayscale: #252525. Windows color (decimal): -14546492 or 12847394. OLE color: 12847394.

HSL color Cylindrical-coordinate representation of color #2209C4: hue angle of 248.02º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2209C4 is Cyan = 0.83, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB349196-
CMYK0.830.9500.23
HSL248.02º91.22%40.2%-
HSV(B)248.02º95.41%76.86%-
XYZ10.724.5252.53-
YUV37.79217.28125.29-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 14.23%
GREEN value IS 9 (3.91% from 255) = 3.77%
BLUE value IS 196 (76.95% from 255) = 82.01%
R=14.23%
G=3.77%
B=82.01%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal3491960.830.9500.23248.0291.2240.2
Hex229C4535F017f85b28
Octal421130412313702737013350
Binary10001010011100010010100111011111010111111110001011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2209C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2209C4; }

 p { color: rgb(34,9,196); }

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

<style>
 a { background-color: #2209C4; }

 a { background-color: rgb(34,9,196); }

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

<style>
 span { border-color: #2209C4; }

 span { border-color: rgb(34,9,196); }

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