#2203DD

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

Shades of Medium Blue #2203DD

Tints of Medium Blue #2203DD

Color information

#2203DD (or 0x2203DD) is unknown color: approx Medium Blue. HEX triplet: 22, 03 and DD. RGB value is (34,3,221). Sum of RGB (Red+Green+Blue) = 34+3+221=258 (34% of max value = 765). Red value is 34 (13.67% from 255 or 13.18% from 258); Green value is 3 (1.56% from 255 or 1.16% from 258); Blue value is 221 (86.72% from 255 or 85.66% from 258); Max value from RGB is 221 - color contains mainly: blue. Hex color #2203DD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2203DD is #DDFC22. Grayscale: #242424. Windows color (decimal): -14548003 or 14484258. OLE color: 14484258.

HSL color Cylindrical-coordinate representation of color #2203DD: hue angle of 248.53º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2203DD is Cyan = 0.85, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB343221-
CMYK0.850.9900.13
HSL248.53º97.32%43.92%-
HSV(B)248.53º98.64%86.67%-
XYZ13.745.6368.77-
YUV37.12231.77125.77-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 13.18%
GREEN value IS 3 (1.56% from 255) = 1.16%
BLUE value IS 221 (86.72% from 255) = 85.66%
R=13.18%
G=1.16%
B=85.66%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal3432210.850.9900.13248.5397.3243.92
Hex223DD55630Df9612c
Octal42333512514301537114154
Binary10001011110111011010101110001101101111110011100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2203DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2203DD; }

 p { color: rgb(34,3,221); }

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

<style>
 a { background-color: #2203DD; }

 a { background-color: rgb(34,3,221); }

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

<style>
 span { border-color: #2203DD; }

 span { border-color: rgb(34,3,221); }

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