#2200BE

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

Shades of Medium Blue #2200BE

Tints of Medium Blue #2200BE

Color information

#2200BE (or 0x2200BE) is unknown color: approx Medium Blue. HEX triplet: 22, 00 and BE. RGB value is (34,0,190). Sum of RGB (Red+Green+Blue) = 34+0+190=224 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.18% from 224); Green value is 0 (0.39% from 255 or 0% from 224); Blue value is 190 (74.61% from 255 or 84.82% from 224); Max value from RGB is 190 - color contains mainly: blue. Hex color #2200BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2200BE is #DDFF41. Grayscale: #1F1F1F. Windows color (decimal): -14548802 or 12451874. OLE color: 12451874.

HSL color Cylindrical-coordinate representation of color #2200BE: hue angle of 250.74º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2200BE is Cyan = 0.82, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB340190-
CMYK0.82100.25
HSL250.74º100%37.25%-
HSV(B)250.74º100%74.51%-
XYZ9.954.0648.97-
YUV31.83217.26129.55-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 15.18%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 190 (74.61% from 255) = 84.82%
R=15.18%
G=0%
B=84.82%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal3401900.82100.25250.7410037.25
Hex220BE5264019fb6425
Octal42027612214403137314445
Binary10001001011111010100101100100011001111110111100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2200BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2200BE; }

 p { color: rgb(34,0,190); }

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

<style>
 a { background-color: #2200BE; }

 a { background-color: rgb(34,0,190); }

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

<style>
 span { border-color: #2200BE; }

 span { border-color: rgb(34,0,190); }

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