#2203BB

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

Shades of Medium Blue #2203BB

Tints of Medium Blue #2203BB

Color information

#2203BB (or 0x2203BB) is unknown color: approx Medium Blue. HEX triplet: 22, 03 and BB. RGB value is (34,3,187). Sum of RGB (Red+Green+Blue) = 34+3+187=224 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.18% from 224); Green value is 3 (1.56% from 255 or 1.34% from 224); Blue value is 187 (73.44% from 255 or 83.48% from 224); Max value from RGB is 187 - color contains mainly: blue. Hex color #2203BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2203BB is #DDFC44. Grayscale: #202020. Windows color (decimal): -14548037 or 12256034. OLE color: 12256034.

HSL color Cylindrical-coordinate representation of color #2203BB: hue angle of 250.11º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2203BB is Cyan = 0.82, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB343187-
CMYK0.820.9800.27
HSL250.11º96.84%37.25%-
HSV(B)250.11º98.4%73.33%-
XYZ9.663.9947.28-
YUV33.25214.77128.54-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 15.18%
GREEN value IS 3 (1.56% from 255) = 1.34%
BLUE value IS 187 (73.44% from 255) = 83.48%
R=15.18%
G=1.34%
B=83.48%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal3431870.820.9800.27250.1196.8437.25
Hex223BB526201Bfa6125
Octal42327312214203337214145
Binary100010111011101110100101100010011011111110101100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2203BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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