#2209CA

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

Shades of Medium Blue #2209CA

Tints of Medium Blue #2209CA

Color information

#2209CA (or 0x2209CA) is unknown color: approx Medium Blue. HEX triplet: 22, 09 and CA. RGB value is (34,9,202). Sum of RGB (Red+Green+Blue) = 34+9+202=245 (32% of max value = 765). Red value is 34 (13.67% from 255 or 13.88% from 245); Green value is 9 (3.91% from 255 or 3.67% from 245); Blue value is 202 (79.30% from 255 or 82.45% from 245); Max value from RGB is 202 - color contains mainly: blue. Hex color #2209CA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2209CA is #DDF635. Grayscale: #252525. Windows color (decimal): -14546486 or 13240610. OLE color: 13240610.

HSL color Cylindrical-coordinate representation of color #2209CA: hue angle of 247.77º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2209CA is Cyan = 0.83, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB349202-
CMYK0.830.9600.21
HSL247.77º91.47%41.37%-
HSV(B)247.77º95.54%79.22%-
XYZ11.424.856.2-
YUV38.48220.28124.81-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 13.88%
GREEN value IS 9 (3.91% from 255) = 3.67%
BLUE value IS 202 (79.30% from 255) = 82.45%
R=13.88%
G=3.67%
B=82.45%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal3492020.830.9600.21247.7791.4741.37
Hex229CA5360015f85b29
Octal421131212314002537013351
Binary10001010011100101010100111100000010101111110001011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2209CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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